Shades of Turquoise #57ECCE
Tints of Turquoise #57ECCE
RGB
CMYK
RGB Variations
Color information
#57ECCE (or 0x57ECCE) is known color: Turquoise. HEX triplet: 57, EC and CE. RGB value is (87,236,206). Sum of RGB (Red+Green+Blue) = 87+236+206=529 (70% of max value = 765). Red value is 87 (34.38% from 255 or 16.45% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #57ECCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57ECCE is #A81331. Grayscale: #BBBBBB. Windows color (decimal): -11014962 or 13560919. OLE color: 13560919.
HSL color Cylindrical-coordinate representation of color #57ECCE: hue angle of 167.92º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57ECCE is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 236 | 206 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.07 |
| HSL | 167.92º | 0.8% | 0.63% | - |
| HSV(B) | 167.92º | 0.63% | 0.93% | - |
| XYZ | 45.07 | 66.47 | 68.85 | - |
| YUV | 188.03 | 138.14 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 236 | 206 | 0.63 | 0 | 0.13 | 0.07 | 167.92 | 0.8 | 0.63 |
| Hex | 57 | EC | CE | 3F | 0 | D | 7 | A8 | 50 | 3F |
| Octal | 127 | 354 | 316 | 77 | 0 | 15 | 7 | 250 | 120 | 77 |
| Binary | 1010111 | 11101100 | 11001110 | 111111 | 0 | 1101 | 111 | 10101000 | 1010000 | 111111 |
Color Harmonies of #57ECCE
Complementary color
Monochromatic Colors of #57ECCE
Black with #57ECCE
Text Example
Text Example
White with #57ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57ECCE; }
p { color: rgb(87,236,206); }
H1.HeaderClassName
{
color: #57ECCE;
}
.AnyTagClassName
{
color: #57ECCE;
}
</style>
background-color css
<style>
a { background-color: #57ECCE; }
a { background-color: rgb(87,236,206); }
div.DivClassName
{
background-color: #57ECCE;
}
.BgClassName
{
background-color: #57ECCE;
}
</style>
border-color css
<style>
span { border-color: #57ECCE; }
span { border-color: rgb(87,236,206); }
td.TdClassName
{
border-color: #57ECCE;
}
.TagClassName
{
border-color: #57ECCE;
}
</style>