#57D3DE

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

Shades of Turquoise Blue #57D3DE

Tints of Turquoise Blue #57D3DE

Color information

#57D3DE (or 0x57D3DE) is unknown color: approx Turquoise Blue. HEX triplet: 57, D3 and DE. RGB value is (87,211,222). Sum of RGB (Red+Green+Blue) = 87+211+222=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #57D3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57D3DE is #A82C21. Grayscale: #AFAFAF. Windows color (decimal): -11021346 or 14603095. OLE color: 14603095.

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

Color convert

RGB87211222-
CMYK0.610.0500.13
HSL184.89º67.16%60.59%-
HSV(B)184.89º60.81%87.06%-
XYZ40.4153.8977.38-
YUV175.18154.4265.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.73%
GREEN value IS 211 (82.81% from 255) = 40.58%
BLUE value IS 222 (87.11% from 255) = 42.69%
R=16.73%
G=40.58%
B=42.69%

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
Decimal872112220.610.0500.13184.8967.1660.59
Hex57D3DE3D50Db9433d
Octal12732333675501527110375
Binary1010111110100111101111011110110101101101110011000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57D3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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