#57DEE0

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

Shades of Turquoise Blue #57DEE0

Tints of Turquoise Blue #57DEE0

Color information

#57DEE0 (or 0x57DEE0) is unknown color: approx Turquoise Blue. HEX triplet: 57, DE and E0. RGB value is (87,222,224). Sum of RGB (Red+Green+Blue) = 87+222+224=533 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.32% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #57DEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEE0 is #A8211F. Grayscale: #B5B5B5. Windows color (decimal): -11018528 or 14736983. OLE color: 14736983.

HSL color Cylindrical-coordinate representation of color #57DEE0: hue angle of 180.88º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DEE0 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB87222224-
CMYK0.610.0100.12
HSL180.88º68.84%60.98%-
HSV(B)180.88º61.16%87.84%-
XYZ43.5159.6579.74-
YUV181.86151.7760.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.32%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 224 (87.89% from 255) = 42.03%
R=16.32%
G=41.65%
B=42.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal872222240.610.0100.12180.8868.8460.98
Hex57DEE03D10Cb5453d
Octal12733634075101426510575
Binary10101111101111011100000111101101100101101011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,222,224); }

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

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

 a { background-color: rgb(87,222,224); }

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

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

 span { border-color: rgb(87,222,224); }

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