#57DEEA

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

Shades of Turquoise Blue #57DEEA

Tints of Turquoise Blue #57DEEA

Color information

#57DEEA (or 0x57DEEA) is unknown color: approx Turquoise Blue. HEX triplet: 57, DE and EA. RGB value is (87,222,234). Sum of RGB (Red+Green+Blue) = 87+222+234=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #57DEEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57DEEA is #A82115. Grayscale: #B6B6B6. Windows color (decimal): -11018518 or 15392343. OLE color: 15392343.

HSL color Cylindrical-coordinate representation of color #57DEEA: hue angle of 184.9º 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 #57DEEA is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB87222234-
CMYK0.630.0500.08
HSL184.9º77.78%62.94%-
HSV(B)184.9º62.82%91.76%-
XYZ44.960.2187.1-
YUV183156.7759.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.02%
GREEN value IS 222 (87.11% from 255) = 40.88%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=16.02%
G=40.88%
B=43.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal872222340.630.0500.08184.977.7862.94
Hex57DEEA3F508b94e3f
Octal12733635277501027111677
Binary1010111110111101110101011111110101000101110011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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