#57E4C6

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

Shades of Turquoise #57E4C6

Tints of Turquoise #57E4C6

Color information

#57E4C6 (or 0x57E4C6) is unknown color: approx Turquoise. HEX triplet: 57, E4 and C6. RGB value is (87,228,198). Sum of RGB (Red+Green+Blue) = 87+228+198=513 (67% of max value = 765). Red value is 87 (34.38% from 255 or 16.96% from 513); Green value is 228 (89.45% from 255 or 44.44% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 228 - color contains mainly: green. Hex color #57E4C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E4C6 is #A81B39. Grayscale: #B6B6B6. Windows color (decimal): -11017018 or 13034583. OLE color: 13034583.

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

Color convert

RGB87228198-
CMYK0.6200.130.11
HSL167.23º72.31%61.76%-
HSV(B)167.23º61.84%89.41%-
XYZ41.8761.5963.11-
YUV182.42136.7959.94-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 16.96%
GREEN value IS 228 (89.45% from 255) = 44.44%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=16.96%
G=44.44%
B=38.60%

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
Decimal872281980.6200.130.11167.2372.3161.76
Hex57E4C63E0DBa7483e
Octal127344306760151324711076
Binary10101111110010011000110111110011011011101001111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57E4C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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