Shades of Medium Turquoise #59CBC7
Tints of Medium Turquoise #59CBC7
RGB
CMYK
RGB Variations
Color information
#59CBC7 (or 0x59CBC7) is known color: Medium Turquoise. HEX triplet: 59, CB and C7. RGB value is (89,203,199). Sum of RGB (Red+Green+Blue) = 89+203+199=491 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.13% from 491); Green value is 203 (79.69% from 255 or 41.34% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 203 - color contains mainly: green. Hex color #59CBC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBC7 is #A63438. Grayscale: #A8A8A8. Windows color (decimal): -10892345 or 13093721. OLE color: 13093721.
HSL color Cylindrical-coordinate representation of color #59CBC7: hue angle of 177.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CBC7 is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 203 | 199 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.20 |
| HSL | 177.89º | 0.52% | 0.57% | - |
| HSV(B) | 177.89º | 0.56% | 0.8% | - |
| XYZ | 35.78 | 48.96 | 61.6 | - |
| YUV | 168.46 | 145.23 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 203 | 199 | 0.56 | 0 | 0.02 | 0.20 | 177.89 | 0.52 | 0.57 |
| Hex | 59 | CB | C7 | 38 | 0 | 2 | 14 | B2 | 34 | 39 |
| Octal | 131 | 313 | 307 | 70 | 0 | 2 | 24 | 262 | 64 | 71 |
| Binary | 1011001 | 11001011 | 11000111 | 111000 | 0 | 10 | 10100 | 10110010 | 110100 | 111001 |
Color Harmonies of #59CBC7
Complementary color
Monochromatic Colors of #59CBC7
Black with #59CBC7
Text Example
Text Example
White with #59CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CBC7; }
p { color: rgb(89,203,199); }
H1.HeaderClassName
{
color: #59CBC7;
}
.AnyTagClassName
{
color: #59CBC7;
}
</style>
background-color css
<style>
a { background-color: #59CBC7; }
a { background-color: rgb(89,203,199); }
div.DivClassName
{
background-color: #59CBC7;
}
.BgClassName
{
background-color: #59CBC7;
}
</style>
border-color css
<style>
span { border-color: #59CBC7; }
span { border-color: rgb(89,203,199); }
td.TdClassName
{
border-color: #59CBC7;
}
.TagClassName
{
border-color: #59CBC7;
}
</style>