Shades of Turquoise #57E3CE
Tints of Turquoise #57E3CE
RGB
CMYK
RGB Variations
Color information
#57E3CE (or 0x57E3CE) is known color: Turquoise. HEX triplet: 57, E3 and CE. RGB value is (87,227,206). Sum of RGB (Red+Green+Blue) = 87+227+206=520 (68% of max value = 765). Red value is 87 (34.38% from 255 or 16.73% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #57E3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57E3CE is #A81C31. Grayscale: #B6B6B6. Windows color (decimal): -11017266 or 13558615. OLE color: 13558615.
HSL color Cylindrical-coordinate representation of color #57E3CE: hue angle of 171º 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 #57E3CE is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 227 | 206 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.11 |
| HSL | 171º | 0.71% | 0.62% | - |
| HSV(B) | 171º | 0.62% | 0.89% | - |
| XYZ | 42.54 | 61.42 | 68.01 | - |
| YUV | 182.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 227 | 206 | 0.62 | 0 | 0.09 | 0.11 | 171 | 0.71 | 0.62 |
| Hex | 57 | E3 | CE | 3E | 0 | 9 | B | AB | 47 | 3E |
| Octal | 127 | 343 | 316 | 76 | 0 | 11 | 13 | 253 | 107 | 76 |
| Binary | 1010111 | 11100011 | 11001110 | 111110 | 0 | 1001 | 1011 | 10101011 | 1000111 | 111110 |
Color Harmonies of #57E3CE
Complementary color
Monochromatic Colors of #57E3CE
Black with #57E3CE
Text Example
Text Example
White with #57E3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57E3CE; }
p { color: rgb(87,227,206); }
H1.HeaderClassName
{
color: #57E3CE;
}
.AnyTagClassName
{
color: #57E3CE;
}
</style>
background-color css
<style>
a { background-color: #57E3CE; }
a { background-color: rgb(87,227,206); }
div.DivClassName
{
background-color: #57E3CE;
}
.BgClassName
{
background-color: #57E3CE;
}
</style>
border-color css
<style>
span { border-color: #57E3CE; }
span { border-color: rgb(87,227,206); }
td.TdClassName
{
border-color: #57E3CE;
}
.TagClassName
{
border-color: #57E3CE;
}
</style>