#57e1ea

Color #57E1EA Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #57E1EA

Tints of Turquoise Blue #57E1EA

Color information

#57E1EA (or 0x57E1EA) is unknown color: approx Turquoise Blue. HEX triplet: 57, E1 and EA. RGB value is (87,225,234). Sum of RGB (Red+Green+Blue) = 87+225+234=546 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.93% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #57E1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57E1EA is #A81E15. Grayscale: #B8B8B8. Windows color (decimal): -11017750 or 15393111. OLE color: 15393111.

HSL color Cylindrical-coordinate representation of color #57E1EA: hue angle of 183.67º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57E1EA is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB87225234-
CMYK0.630.0400.08
HSL183.67º77.78%62.94%-
HSV(B)183.67º62.82%91.76%-
XYZ45.7161.8287.36-
YUV184.76155.7858.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 15.93%
GREEN value IS 225 (88.28% from 255) = 41.21%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=15.93%
G=41.21%
B=42.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal872252340.630.0400.08183.6777.7862.94
Hex57E1EA3F408b84e3f
Octal12734135277401027011677
Binary1010111111000011110101011111110001000101110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57e1ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57e1ea; }

 p { color: rgb(87,225,234); }

 H1.HeaderClassName
 {
   color: #57e1ea;
 }
 .AnyTagClassName
 {
   color: #57e1ea;
 }
</style>
background-color css

<style>
 a { background-color: #57e1ea; }

 a { background-color: rgb(87,225,234); }

 div.DivClassName
 {
   background-color: #57e1ea;
 }
 .BgClassName
 {
   background-color: #57e1ea;
 }
</style>
border-color css

<style>
 span { border-color: #57e1ea; }

 span { border-color: rgb(87,225,234); }

 td.TdClassName
 {
   border-color: #57e1ea;
 }
 .TagClassName
 {
   border-color: #57e1ea;
 }
</style>