Shades of Medium Turquoise #59D5DA
Tints of Medium Turquoise #59D5DA
RGB
CMYK
RGB Variations
Color information
#59D5DA (or 0x59D5DA) is known color: Medium Turquoise. HEX triplet: 59, D5 and DA. RGB value is (89,213,218). Sum of RGB (Red+Green+Blue) = 89+213+218=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 218 - color contains mainly: blue. Hex color #59D5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D5DA is #A62A25. Grayscale: #B0B0B0. Windows color (decimal): -10889766 or 14341465. OLE color: 14341465.
HSL color Cylindrical-coordinate representation of color #59D5DA: hue angle of 182.33º degrees, saturation: 0.64, 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 #59D5DA is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 213 | 218 | - |
| CMYK | 0.59 | 0.02 | 0 | 0.15 |
| HSL | 182.33º | 0.64% | 0.6% | - |
| HSV(B) | 182.33º | 0.59% | 0.85% | - |
| XYZ | 40.57 | 54.77 | 74.76 | - |
| YUV | 176.49 | 151.42 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 213 | 218 | 0.59 | 0.02 | 0 | 0.15 | 182.33 | 0.64 | 0.6 |
| Hex | 59 | D5 | DA | 3B | 2 | 0 | F | B6 | 40 | 3C |
| Octal | 131 | 325 | 332 | 73 | 2 | 0 | 17 | 266 | 100 | 74 |
| Binary | 1011001 | 11010101 | 11011010 | 111011 | 10 | 0 | 1111 | 10110110 | 1000000 | 111100 |
Color Harmonies of #59D5DA
Complementary color
Monochromatic Colors of #59D5DA
Black with #59D5DA
Text Example
Text Example
White with #59D5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D5DA; }
p { color: rgb(89,213,218); }
H1.HeaderClassName
{
color: #59D5DA;
}
.AnyTagClassName
{
color: #59D5DA;
}
</style>
background-color css
<style>
a { background-color: #59D5DA; }
a { background-color: rgb(89,213,218); }
div.DivClassName
{
background-color: #59D5DA;
}
.BgClassName
{
background-color: #59D5DA;
}
</style>
border-color css
<style>
span { border-color: #59D5DA; }
span { border-color: rgb(89,213,218); }
td.TdClassName
{
border-color: #59D5DA;
}
.TagClassName
{
border-color: #59D5DA;
}
</style>