Shades of Medium Turquoise #59C9BE
Tints of Medium Turquoise #59C9BE
RGB
CMYK
RGB Variations
Color information
#59C9BE (or 0x59C9BE) is known color: Medium Turquoise. HEX triplet: 59, C9 and BE. RGB value is (89,201,190). Sum of RGB (Red+Green+Blue) = 89+201+190=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #59C9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C9BE is #A63641. Grayscale: #A6A6A6. Windows color (decimal): -10892866 or 12503385. OLE color: 12503385.
HSL color Cylindrical-coordinate representation of color #59C9BE: hue angle of 174.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C9BE is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 201 | 190 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.21 |
| HSL | 174.11º | 0.51% | 0.57% | - |
| HSV(B) | 174.11º | 0.56% | 0.79% | - |
| XYZ | 34.3 | 47.61 | 56.1 | - |
| YUV | 166.26 | 141.39 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 201 | 190 | 0.56 | 0 | 0.05 | 0.21 | 174.11 | 0.51 | 0.57 |
| Hex | 59 | C9 | BE | 38 | 0 | 5 | 15 | AE | 33 | 39 |
| Octal | 131 | 311 | 276 | 70 | 0 | 5 | 25 | 256 | 63 | 71 |
| Binary | 1011001 | 11001001 | 10111110 | 111000 | 0 | 101 | 10101 | 10101110 | 110011 | 111001 |
Color Harmonies of #59C9BE
Complementary color
Monochromatic Colors of #59C9BE
Black with #59C9BE
Text Example
Text Example
White with #59C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C9BE; }
p { color: rgb(89,201,190); }
H1.HeaderClassName
{
color: #59C9BE;
}
.AnyTagClassName
{
color: #59C9BE;
}
</style>
background-color css
<style>
a { background-color: #59C9BE; }
a { background-color: rgb(89,201,190); }
div.DivClassName
{
background-color: #59C9BE;
}
.BgClassName
{
background-color: #59C9BE;
}
</style>
border-color css
<style>
span { border-color: #59C9BE; }
span { border-color: rgb(89,201,190); }
td.TdClassName
{
border-color: #59C9BE;
}
.TagClassName
{
border-color: #59C9BE;
}
</style>