#57DEE2

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

Shades of Turquoise Blue #57DEE2

Tints of Turquoise Blue #57DEE2

Color information

#57DEE2 (or 0x57DEE2) is unknown color: approx Turquoise Blue. HEX triplet: 57, DE and E2. RGB value is (87,222,226). Sum of RGB (Red+Green+Blue) = 87+222+226=535 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.26% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #57DEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57DEE2 is #A8211D. Grayscale: #B5B5B5. Windows color (decimal): -11018526 or 14868055. OLE color: 14868055.

HSL color Cylindrical-coordinate representation of color #57DEE2: hue angle of 181.73º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57DEE2 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB87222226-
CMYK0.620.0200.11
HSL181.73º70.56%61.37%-
HSV(B)181.73º61.5%88.63%-
XYZ43.7859.7681.18-
YUV182.09152.7760.17-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.26%
GREEN value IS 222 (87.11% from 255) = 41.50%
BLUE value IS 226 (88.67% from 255) = 42.24%
R=16.26%
G=41.50%
B=42.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal872222260.620.0200.11181.7370.5661.37
Hex57DEE23E20Bb6473d
Octal12733634276201326610775
Binary101011111011110111000101111101001011101101101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57DEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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