Shades of Medium Turquoise #59C2BE
Tints of Medium Turquoise #59C2BE
RGB
CMYK
RGB Variations
Color information
#59C2BE (or 0x59C2BE) is known color: Medium Turquoise. HEX triplet: 59, C2 and BE. RGB value is (89,194,190). Sum of RGB (Red+Green+Blue) = 89+194+190=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #59C2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2BE is #A63D41. Grayscale: #A2A2A2. Windows color (decimal): -10894658 or 12501593. OLE color: 12501593.
HSL color Cylindrical-coordinate representation of color #59C2BE: hue angle of 177.71º 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 #59C2BE is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 194 | 190 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.24 |
| HSL | 177.71º | 0.46% | 0.55% | - |
| HSV(B) | 177.71º | 0.54% | 0.76% | - |
| XYZ | 32.71 | 44.43 | 55.57 | - |
| YUV | 162.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 194 | 190 | 0.54 | 0 | 0.02 | 0.24 | 177.71 | 0.46 | 0.55 |
| Hex | 59 | C2 | BE | 36 | 0 | 2 | 18 | B2 | 2E | 37 |
| Octal | 131 | 302 | 276 | 66 | 0 | 2 | 30 | 262 | 56 | 67 |
| Binary | 1011001 | 11000010 | 10111110 | 110110 | 0 | 10 | 11000 | 10110010 | 101110 | 110111 |
Color Harmonies of #59C2BE
Complementary color
Monochromatic Colors of #59C2BE
Black with #59C2BE
Text Example
Text Example
White with #59C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C2BE; }
p { color: rgb(89,194,190); }
H1.HeaderClassName
{
color: #59C2BE;
}
.AnyTagClassName
{
color: #59C2BE;
}
</style>
background-color css
<style>
a { background-color: #59C2BE; }
a { background-color: rgb(89,194,190); }
div.DivClassName
{
background-color: #59C2BE;
}
.BgClassName
{
background-color: #59C2BE;
}
</style>
border-color css
<style>
span { border-color: #59C2BE; }
span { border-color: rgb(89,194,190); }
td.TdClassName
{
border-color: #59C2BE;
}
.TagClassName
{
border-color: #59C2BE;
}
</style>