Shades of Turquoise #57EEC8
Tints of Turquoise #57EEC8
RGB
CMYK
RGB Variations
Color information
#57EEC8 (or 0x57EEC8) is known color: Turquoise. HEX triplet: 57, EE and C8. RGB value is (87,238,200). Sum of RGB (Red+Green+Blue) = 87+238+200=525 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.57% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #57EEC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EEC8 is #A81137. Grayscale: #BCBCBC. Windows color (decimal): -11014456 or 13168215. OLE color: 13168215.
HSL color Cylindrical-coordinate representation of color #57EEC8: hue angle of 164.9º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EEC8 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 238 | 200 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.07 |
| HSL | 164.9º | 0.82% | 0.64% | - |
| HSV(B) | 164.9º | 0.63% | 0.93% | - |
| XYZ | 44.93 | 67.35 | 65.27 | - |
| YUV | 188.52 | 134.47 | 55.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 238 | 200 | 0.63 | 0 | 0.16 | 0.07 | 164.9 | 0.82 | 0.64 |
| Hex | 57 | EE | C8 | 3F | 0 | 10 | 7 | A5 | 52 | 40 |
| Octal | 127 | 356 | 310 | 77 | 0 | 20 | 7 | 245 | 122 | 100 |
| Binary | 1010111 | 11101110 | 11001000 | 111111 | 0 | 10000 | 111 | 10100101 | 1010010 | 1000000 |
Color Harmonies of #57EEC8
Complementary color
Monochromatic Colors of #57EEC8
Black with #57EEC8
Text Example
Text Example
White with #57EEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EEC8; }
p { color: rgb(87,238,200); }
H1.HeaderClassName
{
color: #57EEC8;
}
.AnyTagClassName
{
color: #57EEC8;
}
</style>
background-color css
<style>
a { background-color: #57EEC8; }
a { background-color: rgb(87,238,200); }
div.DivClassName
{
background-color: #57EEC8;
}
.BgClassName
{
background-color: #57EEC8;
}
</style>
border-color css
<style>
span { border-color: #57EEC8; }
span { border-color: rgb(87,238,200); }
td.TdClassName
{
border-color: #57EEC8;
}
.TagClassName
{
border-color: #57EEC8;
}
</style>