#57D0DD

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

Shades of Turquoise Blue #57D0DD

Tints of Turquoise Blue #57D0DD

Color information

#57D0DD (or 0x57D0DD) is unknown color: approx Turquoise Blue. HEX triplet: 57, D0 and DD. RGB value is (87,208,221). Sum of RGB (Red+Green+Blue) = 87+208+221=516 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.86% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #57D0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D0DD is #A82F22. Grayscale: #ADADAD. Windows color (decimal): -11022115 or 14536791. OLE color: 14536791.

HSL color Cylindrical-coordinate representation of color #57D0DD: hue angle of 185.82º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57D0DD is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB87208221-
CMYK0.610.0600.13
HSL185.82º66.34%60.39%-
HSV(B)185.82º60.63%86.67%-
XYZ39.5452.3676.43-
YUV173.3154.9166.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.86%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=16.86%
G=40.31%
B=42.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872082210.610.0600.13185.8266.3460.39
Hex57D0DD3D60Dba423c
Octal12732033575601527210274
Binary1010111110100001101110111110111001101101110101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,208,221); }

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

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

 a { background-color: rgb(87,208,221); }

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

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

 span { border-color: rgb(87,208,221); }

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