Shades of Medium Turquoise #59DED5
Tints of Medium Turquoise #59DED5
RGB
CMYK
RGB Variations
Color information
#59DED5 (or 0x59DED5) is known color: Medium Turquoise. HEX triplet: 59, DE and D5. RGB value is (89,222,213). Sum of RGB (Red+Green+Blue) = 89+222+213=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 222 (87.11% from 255 or 42.37% from 524); Blue value is 213 (83.59% from 255 or 40.65% from 524); Max value from RGB is 222 - color contains mainly: green. Hex color #59DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DED5 is #A6212A. Grayscale: #B5B5B5. Windows color (decimal): -10887467 or 14016089. OLE color: 14016089.
HSL color Cylindrical-coordinate representation of color #59DED5: hue angle of 175.94º degrees, saturation: 0.67, 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 #59DED5 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 222 | 213 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.13 |
| HSL | 175.94º | 0.67% | 0.61% | - |
| HSV(B) | 175.94º | 0.6% | 0.87% | - |
| XYZ | 42.25 | 59.17 | 72.14 | - |
| YUV | 181.21 | 145.94 | 62.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 222 | 213 | 0.60 | 0 | 0.04 | 0.13 | 175.94 | 0.67 | 0.61 |
| Hex | 59 | DE | D5 | 3C | 0 | 4 | D | B0 | 43 | 3D |
| Octal | 131 | 336 | 325 | 74 | 0 | 4 | 15 | 260 | 103 | 75 |
| Binary | 1011001 | 11011110 | 11010101 | 111100 | 0 | 100 | 1101 | 10110000 | 1000011 | 111101 |
Color Harmonies of #59DED5
Complementary color
Monochromatic Colors of #59DED5
Black with #59DED5
Text Example
Text Example
White with #59DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DED5; }
p { color: rgb(89,222,213); }
H1.HeaderClassName
{
color: #59DED5;
}
.AnyTagClassName
{
color: #59DED5;
}
</style>
background-color css
<style>
a { background-color: #59DED5; }
a { background-color: rgb(89,222,213); }
div.DivClassName
{
background-color: #59DED5;
}
.BgClassName
{
background-color: #59DED5;
}
</style>
border-color css
<style>
span { border-color: #59DED5; }
span { border-color: rgb(89,222,213); }
td.TdClassName
{
border-color: #59DED5;
}
.TagClassName
{
border-color: #59DED5;
}
</style>