Shades of Medium Turquoise #59CADA
Tints of Medium Turquoise #59CADA
RGB
CMYK
RGB Variations
Color information
#59CADA (or 0x59CADA) is known color: Medium Turquoise. HEX triplet: 59, CA and DA. RGB value is (89,202,218). Sum of RGB (Red+Green+Blue) = 89+202+218=509 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.49% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #59CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CADA is #A63525. Grayscale: #A9A9A9. Windows color (decimal): -10892582 or 14338649. OLE color: 14338649.
HSL color Cylindrical-coordinate representation of color #59CADA: hue angle of 187.44º 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 #59CADA is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 202 | 218 | - |
| CMYK | 0.59 | 0.07 | 0 | 0.15 |
| HSL | 187.44º | 0.64% | 0.6% | - |
| HSV(B) | 187.44º | 0.59% | 0.85% | - |
| XYZ | 37.9 | 49.43 | 73.87 | - |
| YUV | 170.04 | 155.06 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 202 | 218 | 0.59 | 0.07 | 0 | 0.15 | 187.44 | 0.64 | 0.6 |
| Hex | 59 | CA | DA | 3B | 7 | 0 | F | BB | 40 | 3C |
| Octal | 131 | 312 | 332 | 73 | 7 | 0 | 17 | 273 | 100 | 74 |
| Binary | 1011001 | 11001010 | 11011010 | 111011 | 111 | 0 | 1111 | 10111011 | 1000000 | 111100 |
Color Harmonies of #59CADA
Complementary color
Monochromatic Colors of #59CADA
Black with #59CADA
Text Example
Text Example
White with #59CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CADA; }
p { color: rgb(89,202,218); }
H1.HeaderClassName
{
color: #59CADA;
}
.AnyTagClassName
{
color: #59CADA;
}
</style>
background-color css
<style>
a { background-color: #59CADA; }
a { background-color: rgb(89,202,218); }
div.DivClassName
{
background-color: #59CADA;
}
.BgClassName
{
background-color: #59CADA;
}
</style>
border-color css
<style>
span { border-color: #59CADA; }
span { border-color: rgb(89,202,218); }
td.TdClassName
{
border-color: #59CADA;
}
.TagClassName
{
border-color: #59CADA;
}
</style>