Shades of Turquoise #57E5CE
Tints of Turquoise #57E5CE
RGB
CMYK
RGB Variations
Color information
#57E5CE (or 0x57E5CE) is known color: Turquoise. HEX triplet: 57, E5 and CE. RGB value is (87,229,206). Sum of RGB (Red+Green+Blue) = 87+229+206=522 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.67% from 522); Green value is 229 (89.84% from 255 or 43.87% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 229 - color contains mainly: green. Hex color #57E5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E5CE is #A81A31. Grayscale: #B7B7B7. Windows color (decimal): -11016754 or 13559127. OLE color: 13559127.
HSL color Cylindrical-coordinate representation of color #57E5CE: hue angle of 170.28º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #57E5CE is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 229 | 206 | - |
| CMYK | 0.62 | 0 | 0.10 | 0.10 |
| HSL | 170.28º | 0.73% | 0.62% | - |
| HSV(B) | 170.28º | 0.62% | 0.9% | - |
| XYZ | 43.09 | 62.52 | 68.19 | - |
| YUV | 183.92 | 140.46 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 229 | 206 | 0.62 | 0 | 0.10 | 0.10 | 170.28 | 0.73 | 0.62 |
| Hex | 57 | E5 | CE | 3E | 0 | A | A | AA | 49 | 3E |
| Octal | 127 | 345 | 316 | 76 | 0 | 12 | 12 | 252 | 111 | 76 |
| Binary | 1010111 | 11100101 | 11001110 | 111110 | 0 | 1010 | 1010 | 10101010 | 1001001 | 111110 |
Color Harmonies of #57E5CE
Complementary color
Monochromatic Colors of #57E5CE
Black with #57E5CE
Text Example
Text Example
White with #57E5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E5CE; }
p { color: rgb(87,229,206); }
H1.HeaderClassName
{
color: #57E5CE;
}
.AnyTagClassName
{
color: #57E5CE;
}
</style>
background-color css
<style>
a { background-color: #57E5CE; }
a { background-color: rgb(87,229,206); }
div.DivClassName
{
background-color: #57E5CE;
}
.BgClassName
{
background-color: #57E5CE;
}
</style>
border-color css
<style>
span { border-color: #57E5CE; }
span { border-color: rgb(87,229,206); }
td.TdClassName
{
border-color: #57E5CE;
}
.TagClassName
{
border-color: #57E5CE;
}
</style>