Shades of Turquoise #59EEC6
Tints of Turquoise #59EEC6
RGB
CMYK
RGB Variations
Color information
#59EEC6 (or 0x59EEC6) is known color: Turquoise. HEX triplet: 59, EE and C6. RGB value is (89,238,198). Sum of RGB (Red+Green+Blue) = 89+238+198=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 238 (93.36% from 255 or 45.33% from 525); Blue value is 198 (77.73% from 255 or 37.71% from 525); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEC6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEC6 is #A61139. Grayscale: #BCBCBC. Windows color (decimal): -10883386 or 13037145. OLE color: 13037145.
HSL color Cylindrical-coordinate representation of color #59EEC6: hue angle of 163.89º degrees, saturation: 0.81, 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 #59EEC6 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 198 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.07 |
| HSL | 163.89º | 0.81% | 0.64% | - |
| HSV(B) | 163.89º | 0.63% | 0.93% | - |
| XYZ | 44.89 | 67.35 | 64.06 | - |
| YUV | 188.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 198 | 0.63 | 0 | 0.17 | 0.07 | 163.89 | 0.81 | 0.64 |
| Hex | 59 | EE | C6 | 3F | 0 | 11 | 7 | A4 | 51 | 40 |
| Octal | 131 | 356 | 306 | 77 | 0 | 21 | 7 | 244 | 121 | 100 |
| Binary | 1011001 | 11101110 | 11000110 | 111111 | 0 | 10001 | 111 | 10100100 | 1010001 | 1000000 |
Color Harmonies of #59EEC6
Complementary color
Monochromatic Colors of #59EEC6
Black with #59EEC6
Text Example
Text Example
White with #59EEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEC6; }
p { color: rgb(89,238,198); }
H1.HeaderClassName
{
color: #59EEC6;
}
.AnyTagClassName
{
color: #59EEC6;
}
</style>
background-color css
<style>
a { background-color: #59EEC6; }
a { background-color: rgb(89,238,198); }
div.DivClassName
{
background-color: #59EEC6;
}
.BgClassName
{
background-color: #59EEC6;
}
</style>
border-color css
<style>
span { border-color: #59EEC6; }
span { border-color: rgb(89,238,198); }
td.TdClassName
{
border-color: #59EEC6;
}
.TagClassName
{
border-color: #59EEC6;
}
</style>