Shades of Medium Turquoise #59DDD9
Tints of Medium Turquoise #59DDD9
RGB
CMYK
RGB Variations
Color information
#59DDD9 (or 0x59DDD9) is known color: Medium Turquoise. HEX triplet: 59, DD and D9. RGB value is (89,221,217). Sum of RGB (Red+Green+Blue) = 89+221+217=527 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.89% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #59DDD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DDD9 is #A62226. Grayscale: #B4B4B4. Windows color (decimal): -10887719 or 14277977. OLE color: 14277977.
HSL color Cylindrical-coordinate representation of color #59DDD9: hue angle of 178.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DDD9 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 221 | 217 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.13 |
| HSL | 178.18º | 0.66% | 0.61% | - |
| HSV(B) | 178.18º | 0.6% | 0.87% | - |
| XYZ | 42.5 | 58.85 | 74.76 | - |
| YUV | 181.08 | 148.27 | 62.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 217 | 0.60 | 0 | 0.02 | 0.13 | 178.18 | 0.66 | 0.61 |
| Hex | 59 | DD | D9 | 3C | 0 | 2 | D | B2 | 42 | 3D |
| Octal | 131 | 335 | 331 | 74 | 0 | 2 | 15 | 262 | 102 | 75 |
| Binary | 1011001 | 11011101 | 11011001 | 111100 | 0 | 10 | 1101 | 10110010 | 1000010 | 111101 |
Color Harmonies of #59DDD9
Complementary color
Monochromatic Colors of #59DDD9
Black with #59DDD9
Text Example
Text Example
White with #59DDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDD9; }
p { color: rgb(89,221,217); }
H1.HeaderClassName
{
color: #59DDD9;
}
.AnyTagClassName
{
color: #59DDD9;
}
</style>
background-color css
<style>
a { background-color: #59DDD9; }
a { background-color: rgb(89,221,217); }
div.DivClassName
{
background-color: #59DDD9;
}
.BgClassName
{
background-color: #59DDD9;
}
</style>
border-color css
<style>
span { border-color: #59DDD9; }
span { border-color: rgb(89,221,217); }
td.TdClassName
{
border-color: #59DDD9;
}
.TagClassName
{
border-color: #59DDD9;
}
</style>