#57D2DE

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

Shades of Turquoise Blue #57D2DE

Tints of Turquoise Blue #57D2DE

Color information

#57D2DE (or 0x57D2DE) is unknown color: approx Turquoise Blue. HEX triplet: 57, D2 and DE. RGB value is (87,210,222). Sum of RGB (Red+Green+Blue) = 87+210+222=519 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.76% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #57D2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D2DE is #A82D21. Grayscale: #AEAEAE. Windows color (decimal): -11021602 or 14602839. OLE color: 14602839.

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

Color convert

RGB87210222-
CMYK0.610.0500.13
HSL185.33º67.16%60.59%-
HSV(B)185.33º60.81%87.06%-
XYZ40.1653.3977.3-
YUV174.59154.7565.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.76%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=16.76%
G=40.46%
B=42.77%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal872102220.610.0500.13185.3367.1660.59
Hex57D2DE3D50Db9433d
Octal12732233675501527110375
Binary1010111110100101101111011110110101101101110011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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