#57E3DF

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

Shades of Turquoise Blue #57E3DF

Tints of Turquoise Blue #57E3DF

Color information

#57E3DF (or 0x57E3DF) is unknown color: approx Turquoise Blue. HEX triplet: 57, E3 and DF. RGB value is (87,227,223). Sum of RGB (Red+Green+Blue) = 87+227+223=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #57E3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E3DF is #A81C20. Grayscale: #B8B8B8. Windows color (decimal): -11017249 or 14672727. OLE color: 14672727.

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

Color convert

RGB87227223-
CMYK0.6200.020.11
HSL178.29º71.43%61.57%-
HSV(B)178.29º61.67%89.02%-
XYZ44.7262.2979.48-
YUV184.68149.6258.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.20%
GREEN value IS 227 (89.06% from 255) = 42.27%
BLUE value IS 223 (87.5% from 255) = 41.53%
R=16.20%
G=42.27%
B=41.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal872272230.6200.020.11178.2971.4361.57
Hex57E3DF3E02Bb2473e
Octal12734333776021326210776
Binary101011111100011110111111111100101011101100101000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,227,223); }

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

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

 a { background-color: rgb(87,227,223); }

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

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

 span { border-color: rgb(87,227,223); }

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