crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#57ead2 hex color - Blue - Cool color - Information

#57ead2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #57ead2 Color code in RGB color code model is created after adding 34.12% red color, 91.76% green color and 82.35% blue color. Hex #57ead2 Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 0% magenta, 10% yellow and 8% black.

Hex #57ead2 color code is between #55eecc web safe hex color code and #66dddd web safe hex color code. #55eecc is the nearest web safe color code. You can see here many more shades of #57ead2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code57ead2#57ead2
RGB Decimal87, 234, 210rgb(87, 234, 210)
RGB Percent34%, 92%, 82%rgb(34%, 92%, 82%)
CSS RGBa87, 234, 210,1rgba(87,234,210,1)
CMYK Modelcmyk(63%,0%,10%,8%)
HSL Color Space170,78% ,63%hsl(170,78% ,63%)
HSV Color Space170°, 63%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101111110101011010010
Octal127352322
Decimal87234210
Hex57ead2

Different shades of #57ead2 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #57ead2
#84f0de
Dark Shade of #57ead2
#2ae4c6
Saturated Shade of #57ead2
#4ef3d8
Desaturated Shade of #57ead2
#60e1cc
Grey scale Shade of #57ead2
#a0a0a0
Brighten Shade
#70ffeb
Most Readable Shade
#000000

Shades of #57ead2 color code

Generate more color scales with scales (color stack) generator.

#57ead2
#4dd0ba
#43b6a3
#3a9c8c
#308274
#26685d
#1d4e46
#13342e
#091a17
#000000

Similar Color like #57ead2 color

Find visually similar hex color codes nearing to #57ead2 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#58ebd3
#59ecd4
#5aedd5
#5beed6
#5cefd7
#5df0d8
#5ef1d9
#5ff2da
#60f3db
#61f4dc
#62f5dd
#63f6de
#64f7df
#65f8e0
#56e9d1
#55e8d0
#54e7cf
#53e6ce
#52e5cd
#51e4cc
#50e3cb
#4fe2ca
#4ee1c9
#4de0c8
#4cdfc7
#4bdec6
#4addc5
#49dcc4

Monochromatic Color with #57ead2

#57ead2
#081513
#184039
#286a60
#379586
#47bfac

Tints of #57ead2 Color

#57ead2
#69ecd7
#7ceedc
#8ff1e1
#a1f3e6
#b4f5eb
#c7f8f0
#d9faf5
#ecfcfa
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#57ead2
#ea576f

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#57ead2
#ea57b8
#ea8957

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#57ea97
#57eab5
#57ead2
#57e5ea
#57c7ea

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#57ead2
#d257ea
#ead257

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#57ead2
#8857ea
#ea576f
#b8ea57

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#57ead2
#ea576f
#ea8957
#57b8ea

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #57ead2 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#57ead2 Color Code Preview on Black Background Color

This is how #57ead2 Color will look on black background color. Color contrast ratio is 14.11

#57ead2 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#57ead2">Your Example Paragraph content text in with font color #57ead2 </p>

Your Example Paragraph content text in with font color #57ead2

HTML with inline CSS

<div style="color:#57ead2">Your Paragraph text in with font color #57ead2 </div>

Your Example Paragraph content text in with font color #57ead2

#57ead2 color code is use for CSS Background Color

Background color for the above div is #57ead2

HTML with inline CSS

<div style="background-color:#57ead2;"></div>

#57ead2 color code is use for CSS Border Color

CSS Border color for the above div is #57ead2

HTML with inline CSS

<div style="border:5px solid #57ead2;"></div>

CSS Border Left color for the above div is #57ead2

HTML with inline CSS

<div style="border-left:5px solid #57ead2;"></div>

CSS Border Right color for the above div is #57ead2

HTML with inline CSS

<div style="border-right:5px solid #57ead2;"></div>

CSS Border Bottom color for the above div is #57ead2

HTML with inline CSS

<div style="border-bottom:5px solid #57ead2;"></div>

CSS Border Top color for the above div is #57ead2

HTML with inline CSS

<div style="border-top:5px solid #57ead2;"></div>

#57ead2 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#57ead2; } .examplecolorclass {color:#57ead2; } .examplebordercolor {border:3px solid #57ead2; }

#57ead2 Color code Preview on White Background

This is how #57ead2 Color code will look on white background color. Color contrast ratio is 1.49

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #57ead2; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #57ead2; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.