Shades of Turquoise #57EEC6
Tints of Turquoise #57EEC6
RGB
CMYK
RGB Variations
Color information
#57EEC6 (or 0x57EEC6) is known color: Turquoise. HEX triplet: 57, EE and C6. RGB value is (87,238,198). Sum of RGB (Red+Green+Blue) = 87+238+198=523 (69% of max value = 765). Red value is 87 (34.38% from 255 or 16.63% from 523); Green value is 238 (93.36% from 255 or 45.51% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 238 - color contains mainly: green. Hex color #57EEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #57EEC6 is #A81139. Grayscale: #BCBCBC. Windows color (decimal): -11014458 or 13037143. OLE color: 13037143.
HSL color Cylindrical-coordinate representation of color #57EEC6: hue angle of 164.11º 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 #57EEC6 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 238 | 198 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.07 |
| HSL | 164.11º | 0.82% | 0.64% | - |
| HSV(B) | 164.11º | 0.63% | 0.93% | - |
| XYZ | 44.7 | 67.25 | 64.05 | - |
| YUV | 188.29 | 133.47 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 238 | 198 | 0.63 | 0 | 0.17 | 0.07 | 164.11 | 0.82 | 0.64 |
| Hex | 57 | EE | C6 | 3F | 0 | 11 | 7 | A4 | 52 | 40 |
| Octal | 127 | 356 | 306 | 77 | 0 | 21 | 7 | 244 | 122 | 100 |
| Binary | 1010111 | 11101110 | 11000110 | 111111 | 0 | 10001 | 111 | 10100100 | 1010010 | 1000000 |
Color Harmonies of #57EEC6
Complementary color
Monochromatic Colors of #57EEC6
Black with #57EEC6
Text Example
Text Example
White with #57EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EEC6; }
p { color: rgb(87,238,198); }
H1.HeaderClassName
{
color: #57EEC6;
}
.AnyTagClassName
{
color: #57EEC6;
}
</style>
background-color css
<style>
a { background-color: #57EEC6; }
a { background-color: rgb(87,238,198); }
div.DivClassName
{
background-color: #57EEC6;
}
.BgClassName
{
background-color: #57EEC6;
}
</style>
border-color css
<style>
span { border-color: #57EEC6; }
span { border-color: rgb(87,238,198); }
td.TdClassName
{
border-color: #57EEC6;
}
.TagClassName
{
border-color: #57EEC6;
}
</style>