Shades of Medium Turquoise #59D1C6
Tints of Medium Turquoise #59D1C6
RGB
CMYK
RGB Variations
Color information
#59D1C6 (or 0x59D1C6) is known color: Medium Turquoise. HEX triplet: 59, D1 and C6. RGB value is (89,209,198). Sum of RGB (Red+Green+Blue) = 89+209+198=496 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.94% from 496); Green value is 209 (82.03% from 255 or 42.14% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 209 - color contains mainly: green. Hex color #59D1C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D1C6 is #A62E39. Grayscale: #ABABAB. Windows color (decimal): -10890810 or 13029721. OLE color: 13029721.
HSL color Cylindrical-coordinate representation of color #59D1C6: hue angle of 174.5º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59D1C6 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 209 | 198 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.18 |
| HSL | 174.5º | 0.57% | 0.58% | - |
| HSV(B) | 174.5º | 0.57% | 0.82% | - |
| XYZ | 37.11 | 51.8 | 61.47 | - |
| YUV | 171.87 | 142.74 | 68.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 209 | 198 | 0.57 | 0 | 0.05 | 0.18 | 174.5 | 0.57 | 0.58 |
| Hex | 59 | D1 | C6 | 39 | 0 | 5 | 12 | AE | 39 | 3A |
| Octal | 131 | 321 | 306 | 71 | 0 | 5 | 22 | 256 | 71 | 72 |
| Binary | 1011001 | 11010001 | 11000110 | 111001 | 0 | 101 | 10010 | 10101110 | 111001 | 111010 |
Color Harmonies of #59D1C6
Complementary color
Monochromatic Colors of #59D1C6
Black with #59D1C6
Text Example
Text Example
White with #59D1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D1C6; }
p { color: rgb(89,209,198); }
H1.HeaderClassName
{
color: #59D1C6;
}
.AnyTagClassName
{
color: #59D1C6;
}
</style>
background-color css
<style>
a { background-color: #59D1C6; }
a { background-color: rgb(89,209,198); }
div.DivClassName
{
background-color: #59D1C6;
}
.BgClassName
{
background-color: #59D1C6;
}
</style>
border-color css
<style>
span { border-color: #59D1C6; }
span { border-color: rgb(89,209,198); }
td.TdClassName
{
border-color: #59D1C6;
}
.TagClassName
{
border-color: #59D1C6;
}
</style>