Shades of Medium Turquoise #59C7BF
Tints of Medium Turquoise #59C7BF
RGB
CMYK
RGB Variations
Color information
#59C7BF (or 0x59C7BF) is known color: Medium Turquoise. HEX triplet: 59, C7 and BF. RGB value is (89,199,191). Sum of RGB (Red+Green+Blue) = 89+199+191=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 199 - color contains mainly: green. Hex color #59C7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C7BF is #A63840. Grayscale: #A5A5A5. Windows color (decimal): -10893377 or 12568409. OLE color: 12568409.
HSL color Cylindrical-coordinate representation of color #59C7BF: hue angle of 175.64º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C7BF is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 199 | 191 | - |
| CMYK | 0.55 | 0 | 0.04 | 0.22 |
| HSL | 175.64º | 0.5% | 0.56% | - |
| HSV(B) | 175.64º | 0.55% | 0.78% | - |
| XYZ | 33.95 | 46.73 | 56.52 | - |
| YUV | 165.2 | 142.56 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 199 | 191 | 0.55 | 0 | 0.04 | 0.22 | 175.64 | 0.5 | 0.56 |
| Hex | 59 | C7 | BF | 37 | 0 | 4 | 16 | B0 | 32 | 38 |
| Octal | 131 | 307 | 277 | 67 | 0 | 4 | 26 | 260 | 62 | 70 |
| Binary | 1011001 | 11000111 | 10111111 | 110111 | 0 | 100 | 10110 | 10110000 | 110010 | 111000 |
Color Harmonies of #59C7BF
Complementary color
Monochromatic Colors of #59C7BF
Black with #59C7BF
Text Example
Text Example
White with #59C7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C7BF; }
p { color: rgb(89,199,191); }
H1.HeaderClassName
{
color: #59C7BF;
}
.AnyTagClassName
{
color: #59C7BF;
}
</style>
background-color css
<style>
a { background-color: #59C7BF; }
a { background-color: rgb(89,199,191); }
div.DivClassName
{
background-color: #59C7BF;
}
.BgClassName
{
background-color: #59C7BF;
}
</style>
border-color css
<style>
span { border-color: #59C7BF; }
span { border-color: rgb(89,199,191); }
td.TdClassName
{
border-color: #59C7BF;
}
.TagClassName
{
border-color: #59C7BF;
}
</style>