Shades of Medium Turquoise #59C4C9
Tints of Medium Turquoise #59C4C9
RGB
CMYK
RGB Variations
Color information
#59C4C9 (or 0x59C4C9) is known color: Medium Turquoise. HEX triplet: 59, C4 and C9. RGB value is (89,196,201). Sum of RGB (Red+Green+Blue) = 89+196+201=486 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.31% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #59C4C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C4C9 is #A63B36. Grayscale: #A4A4A4. Windows color (decimal): -10894135 or 13223001. OLE color: 13223001.
HSL color Cylindrical-coordinate representation of color #59C4C9: hue angle of 182.68º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59C4C9 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 196 | 201 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.21 |
| HSL | 182.68º | 0.51% | 0.57% | - |
| HSV(B) | 182.68º | 0.56% | 0.79% | - |
| XYZ | 34.4 | 45.82 | 62.29 | - |
| YUV | 164.58 | 148.55 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 196 | 201 | 0.56 | 0.02 | 0 | 0.21 | 182.68 | 0.51 | 0.57 |
| Hex | 59 | C4 | C9 | 38 | 2 | 0 | 15 | B7 | 33 | 39 |
| Octal | 131 | 304 | 311 | 70 | 2 | 0 | 25 | 267 | 63 | 71 |
| Binary | 1011001 | 11000100 | 11001001 | 111000 | 10 | 0 | 10101 | 10110111 | 110011 | 111001 |
Color Harmonies of #59C4C9
Complementary color
Monochromatic Colors of #59C4C9
Black with #59C4C9
Text Example
Text Example
White with #59C4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59C4C9; }
p { color: rgb(89,196,201); }
H1.HeaderClassName
{
color: #59C4C9;
}
.AnyTagClassName
{
color: #59C4C9;
}
</style>
background-color css
<style>
a { background-color: #59C4C9; }
a { background-color: rgb(89,196,201); }
div.DivClassName
{
background-color: #59C4C9;
}
.BgClassName
{
background-color: #59C4C9;
}
</style>
border-color css
<style>
span { border-color: #59C4C9; }
span { border-color: rgb(89,196,201); }
td.TdClassName
{
border-color: #59C4C9;
}
.TagClassName
{
border-color: #59C4C9;
}
</style>