#57E1D9

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

Shades of Turquoise #57E1D9

Tints of Turquoise #57E1D9

Color information

#57E1D9 (or 0x57E1D9) is unknown color: approx Turquoise. HEX triplet: 57, E1 and D9. RGB value is (87,225,217). Sum of RGB (Red+Green+Blue) = 87+225+217=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 225 (88.28% from 255 or 42.53% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 225 - color contains mainly: green. Hex color #57E1D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E1D9 is #A81E26. Grayscale: #B6B6B6. Windows color (decimal): -11017767 or 14278999. OLE color: 14278999.

HSL color Cylindrical-coordinate representation of color #57E1D9: hue angle of 176.52º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57E1D9 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB87225217-
CMYK0.6100.040.12
HSL176.52º69.7%61.18%-
HSV(B)176.52º61.33%88.24%-
XYZ43.3860.8975.11-
YUV182.83147.2859.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.45%
GREEN value IS 225 (88.28% from 255) = 42.53%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=16.45%
G=42.53%
B=41.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal872252170.6100.040.12176.5269.761.18
Hex57E1D93D04Cb1463d
Octal12734133175041426110675
Binary1010111111000011101100111110101001100101100011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,225,217); }

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

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

 a { background-color: rgb(87,225,217); }

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

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

 span { border-color: rgb(87,225,217); }

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