Shades of Medium Turquoise #59C8C7
Tints of Medium Turquoise #59C8C7
RGB
CMYK
RGB Variations
Color information
#59C8C7 (or 0x59C8C7) is known color: Medium Turquoise. HEX triplet: 59, C8 and C7. RGB value is (89,200,199). Sum of RGB (Red+Green+Blue) = 89+200+199=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 200 - color contains mainly: green. Hex color #59C8C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C8C7 is #A63738. Grayscale: #A6A6A6. Windows color (decimal): -10893113 or 13092953. OLE color: 13092953.
HSL color Cylindrical-coordinate representation of color #59C8C7: hue angle of 179.46º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C8C7 is Cyan = 0.56, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 200 | 199 | - |
| CMYK | 0.56 | 0 | 0.00 | 0.22 |
| HSL | 179.46º | 0.5% | 0.57% | - |
| HSV(B) | 179.46º | 0.56% | 0.78% | - |
| XYZ | 35.08 | 47.56 | 61.36 | - |
| YUV | 166.7 | 146.23 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 200 | 199 | 0.56 | 0 | 0.00 | 0.22 | 179.46 | 0.5 | 0.57 |
| Hex | 59 | C8 | C7 | 38 | 0 | 0 | 16 | B3 | 32 | 39 |
| Octal | 131 | 310 | 307 | 70 | 0 | 0 | 26 | 263 | 62 | 71 |
| Binary | 1011001 | 11001000 | 11000111 | 111000 | 0 | 0 | 10110 | 10110011 | 110010 | 111001 |
Color Harmonies of #59C8C7
Complementary color
Monochromatic Colors of #59C8C7
Black with #59C8C7
Text Example
Text Example
White with #59C8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C8C7; }
p { color: rgb(89,200,199); }
H1.HeaderClassName
{
color: #59C8C7;
}
.AnyTagClassName
{
color: #59C8C7;
}
</style>
background-color css
<style>
a { background-color: #59C8C7; }
a { background-color: rgb(89,200,199); }
div.DivClassName
{
background-color: #59C8C7;
}
.BgClassName
{
background-color: #59C8C7;
}
</style>
border-color css
<style>
span { border-color: #59C8C7; }
span { border-color: rgb(89,200,199); }
td.TdClassName
{
border-color: #59C8C7;
}
.TagClassName
{
border-color: #59C8C7;
}
</style>