Shades of Medium Turquoise #59DBD4
Tints of Medium Turquoise #59DBD4
RGB
CMYK
RGB Variations
Color information
#59DBD4 (or 0x59DBD4) is known color: Medium Turquoise. HEX triplet: 59, DB and D4. RGB value is (89,219,212). Sum of RGB (Red+Green+Blue) = 89+219+212=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #59DBD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DBD4 is #A6242B. Grayscale: #B3B3B3. Windows color (decimal): -10888236 or 13949785. OLE color: 13949785.
HSL color Cylindrical-coordinate representation of color #59DBD4: hue angle of 176.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59DBD4 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 219 | 212 | - |
| CMYK | 0.59 | 0 | 0.03 | 0.14 |
| HSL | 176.77º | 0.64% | 0.6% | - |
| HSV(B) | 176.77º | 0.59% | 0.86% | - |
| XYZ | 41.34 | 57.54 | 71.22 | - |
| YUV | 179.33 | 146.43 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 212 | 0.59 | 0 | 0.03 | 0.14 | 176.77 | 0.64 | 0.6 |
| Hex | 59 | DB | D4 | 3B | 0 | 3 | E | B1 | 40 | 3C |
| Octal | 131 | 333 | 324 | 73 | 0 | 3 | 16 | 261 | 100 | 74 |
| Binary | 1011001 | 11011011 | 11010100 | 111011 | 0 | 11 | 1110 | 10110001 | 1000000 | 111100 |
Color Harmonies of #59DBD4
Complementary color
Monochromatic Colors of #59DBD4
Black with #59DBD4
Text Example
Text Example
White with #59DBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBD4; }
p { color: rgb(89,219,212); }
H1.HeaderClassName
{
color: #59DBD4;
}
.AnyTagClassName
{
color: #59DBD4;
}
</style>
background-color css
<style>
a { background-color: #59DBD4; }
a { background-color: rgb(89,219,212); }
div.DivClassName
{
background-color: #59DBD4;
}
.BgClassName
{
background-color: #59DBD4;
}
</style>
border-color css
<style>
span { border-color: #59DBD4; }
span { border-color: rgb(89,219,212); }
td.TdClassName
{
border-color: #59DBD4;
}
.TagClassName
{
border-color: #59DBD4;
}
</style>