#57E3C5

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

Shades of Turquoise #57E3C5

Tints of Turquoise #57E3C5

Color information

#57E3C5 (or 0x57E3C5) is unknown color: approx Turquoise. HEX triplet: 57, E3 and C5. RGB value is (87,227,197). Sum of RGB (Red+Green+Blue) = 87+227+197=511 (67% of max value = 765). Red value is 87 (34.38% from 255 or 17.03% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #57E3C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E3C5 is #A81C3A. Grayscale: #B5B5B5. Windows color (decimal): -11017275 or 12968791. OLE color: 12968791.

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

Color convert

RGB87227197-
CMYK0.6200.130.11
HSL167.14º71.43%61.57%-
HSV(B)167.14º61.67%89.02%-
XYZ41.486162.41-
YUV181.72136.6260.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 17.03%
GREEN value IS 227 (89.06% from 255) = 44.42%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=17.03%
G=44.42%
B=38.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal872271970.6200.130.11167.1471.4361.57
Hex57E3C53E0DBa7473e
Octal127343305760151324710776
Binary10101111110001111000101111110011011011101001111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E3C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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