Shades of Medium Turquoise #59E1C7
Tints of Medium Turquoise #59E1C7
RGB
CMYK
RGB Variations
Color information
#59E1C7 (or 0x59E1C7) is known color: Medium Turquoise. HEX triplet: 59, E1 and C7. RGB value is (89,225,199). Sum of RGB (Red+Green+Blue) = 89+225+199=513 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.35% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 225 - color contains mainly: green. Hex color #59E1C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E1C7 is #A61E38. Grayscale: #B5B5B5. Windows color (decimal): -10886713 or 13099353. OLE color: 13099353.
HSL color Cylindrical-coordinate representation of color #59E1C7: hue angle of 168.53º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E1C7 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 225 | 199 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.12 |
| HSL | 168.53º | 0.69% | 0.62% | - |
| HSV(B) | 168.53º | 0.6% | 0.88% | - |
| XYZ | 41.35 | 60.1 | 63.45 | - |
| YUV | 181.37 | 137.94 | 62.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 225 | 199 | 0.60 | 0 | 0.12 | 0.12 | 168.53 | 0.69 | 0.62 |
| Hex | 59 | E1 | C7 | 3C | 0 | C | C | A9 | 45 | 3E |
| Octal | 131 | 341 | 307 | 74 | 0 | 14 | 14 | 251 | 105 | 76 |
| Binary | 1011001 | 11100001 | 11000111 | 111100 | 0 | 1100 | 1100 | 10101001 | 1000101 | 111110 |
Color Harmonies of #59E1C7
Complementary color
Monochromatic Colors of #59E1C7
Black with #59E1C7
Text Example
Text Example
White with #59E1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E1C7; }
p { color: rgb(89,225,199); }
H1.HeaderClassName
{
color: #59E1C7;
}
.AnyTagClassName
{
color: #59E1C7;
}
</style>
background-color css
<style>
a { background-color: #59E1C7; }
a { background-color: rgb(89,225,199); }
div.DivClassName
{
background-color: #59E1C7;
}
.BgClassName
{
background-color: #59E1C7;
}
</style>
border-color css
<style>
span { border-color: #59E1C7; }
span { border-color: rgb(89,225,199); }
td.TdClassName
{
border-color: #59E1C7;
}
.TagClassName
{
border-color: #59E1C7;
}
</style>