#57E8E4

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

Shades of Turquoise Blue #57E8E4

Tints of Turquoise Blue #57E8E4

Color information

#57E8E4 (or 0x57E8E4) is unknown color: approx Turquoise Blue. HEX triplet: 57, E8 and E4. RGB value is (87,232,228). Sum of RGB (Red+Green+Blue) = 87+232+228=547 (72% of max value = 765). Red value is 87 (34.38% from 255 or 15.90% from 547); Green value is 232 (91.02% from 255 or 42.41% from 547); Blue value is 228 (89.45% from 255 or 41.68% from 547); Max value from RGB is 232 - color contains mainly: green. Hex color #57E8E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57E8E4 is #A8171B. Grayscale: #BCBCBC. Windows color (decimal): -11015964 or 15001687. OLE color: 15001687.

HSL color Cylindrical-coordinate representation of color #57E8E4: hue angle of 178.34º 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 #57E8E4 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB87232228-
CMYK0.6200.020.09
HSL178.34º75.92%62.55%-
HSV(B)178.34º62.5%90.98%-
XYZ46.7965.3483.54-
YUV188.19150.4655.83-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 15.90%
GREEN value IS 232 (91.02% from 255) = 42.41%
BLUE value IS 228 (89.45% from 255) = 41.68%
R=15.90%
G=42.41%
B=41.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal872322280.6200.020.09178.3475.9262.55
Hex57E8E43E029b24c3f
Octal12735034476021126211477
Binary101011111101000111001001111100101001101100101001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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