Shades of Medium Turquoise #59C8D9
Tints of Medium Turquoise #59C8D9
RGB
CMYK
RGB Variations
Color information
#59C8D9 (or 0x59C8D9) is known color: Medium Turquoise. HEX triplet: 59, C8 and D9. RGB value is (89,200,217). Sum of RGB (Red+Green+Blue) = 89+200+217=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #59C8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C8D9 is #A63726. Grayscale: #A8A8A8. Windows color (decimal): -10893095 or 14272601. OLE color: 14272601.
HSL color Cylindrical-coordinate representation of color #59C8D9: hue angle of 187.97º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59C8D9 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 200 | 217 | - |
| CMYK | 0.59 | 0.08 | 0 | 0.15 |
| HSL | 187.97º | 0.63% | 0.6% | - |
| HSV(B) | 187.97º | 0.59% | 0.85% | - |
| XYZ | 37.3 | 48.44 | 73.03 | - |
| YUV | 168.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 217 | 0.59 | 0.08 | 0 | 0.15 | 187.97 | 0.63 | 0.6 |
| Hex | 59 | C8 | D9 | 3B | 8 | 0 | F | BC | 3F | 3C |
| Octal | 131 | 310 | 331 | 73 | 10 | 0 | 17 | 274 | 77 | 74 |
| Binary | 1011001 | 11001000 | 11011001 | 111011 | 1000 | 0 | 1111 | 10111100 | 111111 | 111100 |
Color Harmonies of #59C8D9
Complementary color
Monochromatic Colors of #59C8D9
Black with #59C8D9
Text Example
Text Example
White with #59C8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C8D9; }
p { color: rgb(89,200,217); }
H1.HeaderClassName
{
color: #59C8D9;
}
.AnyTagClassName
{
color: #59C8D9;
}
</style>
background-color css
<style>
a { background-color: #59C8D9; }
a { background-color: rgb(89,200,217); }
div.DivClassName
{
background-color: #59C8D9;
}
.BgClassName
{
background-color: #59C8D9;
}
</style>
border-color css
<style>
span { border-color: #59C8D9; }
span { border-color: rgb(89,200,217); }
td.TdClassName
{
border-color: #59C8D9;
}
.TagClassName
{
border-color: #59C8D9;
}
</style>