#57e8e0

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

Shades of Turquoise #57E8E0

Tints of Turquoise #57E8E0

Color information

#57E8E0 (or 0x57E8E0) is unknown color: approx Turquoise. HEX triplet: 57, E8 and E0. RGB value is (87,232,224). Sum of RGB (Red+Green+Blue) = 87+232+224=543 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.02% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #57E8E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E8E0 is #A8171F. Grayscale: #BBBBBB. Windows color (decimal): -11015968 or 14739543. OLE color: 14739543.

HSL color Cylindrical-coordinate representation of color #57E8E0: hue angle of 176.69º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E8E0 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB87232224-
CMYK0.6200.030.09
HSL176.69º75.92%62.55%-
HSV(B)176.69º62.5%90.98%-
XYZ46.2465.1280.65-
YUV187.73148.4656.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.02%
GREEN value IS 232 (91.02% from 255) = 42.73%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=16.02%
G=42.73%
B=41.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal872322240.6200.030.09176.6975.9262.55
Hex57E8E03E039b14c3f
Octal12735034076031126111477
Binary101011111101000111000001111100111001101100011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57e8e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,232,224); }

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

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

 a { background-color: rgb(87,232,224); }

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

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

 span { border-color: rgb(87,232,224); }

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