Shades of Medium Turquoise #59CBC5
Tints of Medium Turquoise #59CBC5
RGB
CMYK
RGB Variations
Color information
#59CBC5 (or 0x59CBC5) is known color: Medium Turquoise. HEX triplet: 59, CB and C5. RGB value is (89,203,197). Sum of RGB (Red+Green+Blue) = 89+203+197=489 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.20% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 203 - color contains mainly: green. Hex color #59CBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CBC5 is #A6343A. Grayscale: #A8A8A8. Windows color (decimal): -10892347 or 12962649. OLE color: 12962649.
HSL color Cylindrical-coordinate representation of color #59CBC5: hue angle of 176.84º 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 #59CBC5 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 203 | 197 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.20 |
| HSL | 176.84º | 0.52% | 0.57% | - |
| HSV(B) | 176.84º | 0.56% | 0.8% | - |
| XYZ | 35.55 | 48.87 | 60.38 | - |
| YUV | 168.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 203 | 197 | 0.56 | 0 | 0.03 | 0.20 | 176.84 | 0.52 | 0.57 |
| Hex | 59 | CB | C5 | 38 | 0 | 3 | 14 | B1 | 34 | 39 |
| Octal | 131 | 313 | 305 | 70 | 0 | 3 | 24 | 261 | 64 | 71 |
| Binary | 1011001 | 11001011 | 11000101 | 111000 | 0 | 11 | 10100 | 10110001 | 110100 | 111001 |
Color Harmonies of #59CBC5
Complementary color
Monochromatic Colors of #59CBC5
Black with #59CBC5
Text Example
Text Example
White with #59CBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59CBC5; }
p { color: rgb(89,203,197); }
H1.HeaderClassName
{
color: #59CBC5;
}
.AnyTagClassName
{
color: #59CBC5;
}
</style>
background-color css
<style>
a { background-color: #59CBC5; }
a { background-color: rgb(89,203,197); }
div.DivClassName
{
background-color: #59CBC5;
}
.BgClassName
{
background-color: #59CBC5;
}
</style>
border-color css
<style>
span { border-color: #59CBC5; }
span { border-color: rgb(89,203,197); }
td.TdClassName
{
border-color: #59CBC5;
}
.TagClassName
{
border-color: #59CBC5;
}
</style>