Shades of Medium Turquoise #59DED0
Tints of Medium Turquoise #59DED0
RGB
CMYK
RGB Variations
Color information
#59DED0 (or 0x59DED0) is known color: Medium Turquoise. HEX triplet: 59, DE and D0. RGB value is (89,222,208). Sum of RGB (Red+Green+Blue) = 89+222+208=519 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.15% from 519); Green value is 222 (87.11% from 255 or 42.77% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 222 - color contains mainly: green. Hex color #59DED0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DED0 is #A6212F. Grayscale: #B4B4B4. Windows color (decimal): -10887472 or 13688409. OLE color: 13688409.
HSL color Cylindrical-coordinate representation of color #59DED0: hue angle of 173.68º 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 #59DED0 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 222 | 208 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.13 |
| HSL | 173.68º | 0.67% | 0.61% | - |
| HSV(B) | 173.68º | 0.6% | 0.87% | - |
| XYZ | 41.63 | 58.92 | 68.85 | - |
| YUV | 180.64 | 143.44 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 222 | 208 | 0.60 | 0 | 0.06 | 0.13 | 173.68 | 0.67 | 0.61 |
| Hex | 59 | DE | D0 | 3C | 0 | 6 | D | AE | 43 | 3D |
| Octal | 131 | 336 | 320 | 74 | 0 | 6 | 15 | 256 | 103 | 75 |
| Binary | 1011001 | 11011110 | 11010000 | 111100 | 0 | 110 | 1101 | 10101110 | 1000011 | 111101 |
Color Harmonies of #59DED0
Complementary color
Monochromatic Colors of #59DED0
Black with #59DED0
Text Example
Text Example
White with #59DED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DED0; }
p { color: rgb(89,222,208); }
H1.HeaderClassName
{
color: #59DED0;
}
.AnyTagClassName
{
color: #59DED0;
}
</style>
background-color css
<style>
a { background-color: #59DED0; }
a { background-color: rgb(89,222,208); }
div.DivClassName
{
background-color: #59DED0;
}
.BgClassName
{
background-color: #59DED0;
}
</style>
border-color css
<style>
span { border-color: #59DED0; }
span { border-color: rgb(89,222,208); }
td.TdClassName
{
border-color: #59DED0;
}
.TagClassName
{
border-color: #59DED0;
}
</style>