Shades of Medium Turquoise #59C2BF
Tints of Medium Turquoise #59C2BF
RGB
CMYK
RGB Variations
Color information
#59C2BF (or 0x59C2BF) is known color: Medium Turquoise. HEX triplet: 59, C2 and BF. RGB value is (89,194,191). Sum of RGB (Red+Green+Blue) = 89+194+191=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2BF is #A63D40. Grayscale: #A2A2A2. Windows color (decimal): -10894657 or 12567129. OLE color: 12567129.
HSL color Cylindrical-coordinate representation of color #59C2BF: hue angle of 178.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C2BF is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 191 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.24 |
| HSL | 178.29º | 0.46% | 0.55% | - |
| HSV(B) | 178.29º | 0.54% | 0.76% | - |
| XYZ | 32.82 | 44.47 | 56.14 | - |
| YUV | 162.26 | 144.21 | 75.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 191 | 0.54 | 0 | 0.02 | 0.24 | 178.29 | 0.46 | 0.55 |
| Hex | 59 | C2 | BF | 36 | 0 | 2 | 18 | B2 | 2E | 37 |
| Octal | 131 | 302 | 277 | 66 | 0 | 2 | 30 | 262 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10111111 | 110110 | 0 | 10 | 11000 | 10110010 | 101110 | 110111 |
Color Harmonies of #59C2BF
Complementary color
Monochromatic Colors of #59C2BF
Black with #59C2BF
Text Example
Text Example
White with #59C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2BF; }
p { color: rgb(89,194,191); }
H1.HeaderClassName
{
color: #59C2BF;
}
.AnyTagClassName
{
color: #59C2BF;
}
</style>
background-color css
<style>
a { background-color: #59C2BF; }
a { background-color: rgb(89,194,191); }
div.DivClassName
{
background-color: #59C2BF;
}
.BgClassName
{
background-color: #59C2BF;
}
</style>
border-color css
<style>
span { border-color: #59C2BF; }
span { border-color: rgb(89,194,191); }
td.TdClassName
{
border-color: #59C2BF;
}
.TagClassName
{
border-color: #59C2BF;
}
</style>