Shades of Medium Turquoise #59D3C6
Tints of Medium Turquoise #59D3C6
RGB
CMYK
RGB Variations
Color information
#59D3C6 (or 0x59D3C6) is known color: Medium Turquoise. HEX triplet: 59, D3 and C6. RGB value is (89,211,198). Sum of RGB (Red+Green+Blue) = 89+211+198=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #59D3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D3C6 is #A62C39. Grayscale: #ACACAC. Windows color (decimal): -10890298 or 13030233. OLE color: 13030233.
HSL color Cylindrical-coordinate representation of color #59D3C6: hue angle of 173.61º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D3C6 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 89 | 211 | 198 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.17 |
| HSL | 173.61º | 0.58% | 0.59% | - |
| HSV(B) | 173.61º | 0.58% | 0.83% | - |
| XYZ | 37.61 | 52.79 | 61.63 | - |
| YUV | 173.04 | 142.08 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 211 | 198 | 0.58 | 0 | 0.06 | 0.17 | 173.61 | 0.58 | 0.59 |
| Hex | 59 | D3 | C6 | 3A | 0 | 6 | 11 | AE | 3A | 3B |
| Octal | 131 | 323 | 306 | 72 | 0 | 6 | 21 | 256 | 72 | 73 |
| Binary | 1011001 | 11010011 | 11000110 | 111010 | 0 | 110 | 10001 | 10101110 | 111010 | 111011 |
Color Harmonies of #59D3C6
Complementary color
Monochromatic Colors of #59D3C6
Black with #59D3C6
Text Example
Text Example
White with #59D3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D3C6; }
p { color: rgb(89,211,198); }
H1.HeaderClassName
{
color: #59D3C6;
}
.AnyTagClassName
{
color: #59D3C6;
}
</style>
background-color css
<style>
a { background-color: #59D3C6; }
a { background-color: rgb(89,211,198); }
div.DivClassName
{
background-color: #59D3C6;
}
.BgClassName
{
background-color: #59D3C6;
}
</style>
border-color css
<style>
span { border-color: #59D3C6; }
span { border-color: rgb(89,211,198); }
td.TdClassName
{
border-color: #59D3C6;
}
.TagClassName
{
border-color: #59D3C6;
}
</style>