Shades of Turquoise #59E5C5
Tints of Turquoise #59E5C5
RGB
CMYK
RGB Variations
Color information
#59E5C5 (or 0x59E5C5) is known color: Turquoise. HEX triplet: 59, E5 and C5. RGB value is (89,229,197). Sum of RGB (Red+Green+Blue) = 89+229+197=515 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.28% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #59E5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E5C5 is #A61A3A. Grayscale: #B7B7B7. Windows color (decimal): -10885691 or 12969305. OLE color: 12969305.
HSL color Cylindrical-coordinate representation of color #59E5C5: hue angle of 166.29º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E5C5 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 229 | 197 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.10 |
| HSL | 166.29º | 0.73% | 0.62% | - |
| HSV(B) | 166.29º | 0.61% | 0.9% | - |
| XYZ | 42.22 | 62.19 | 62.6 | - |
| YUV | 183.49 | 135.62 | 60.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 197 | 0.61 | 0 | 0.14 | 0.10 | 166.29 | 0.73 | 0.62 |
| Hex | 59 | E5 | C5 | 3D | 0 | E | A | A6 | 49 | 3E |
| Octal | 131 | 345 | 305 | 75 | 0 | 16 | 12 | 246 | 111 | 76 |
| Binary | 1011001 | 11100101 | 11000101 | 111101 | 0 | 1110 | 1010 | 10100110 | 1001001 | 111110 |
Color Harmonies of #59E5C5
Complementary color
Monochromatic Colors of #59E5C5
Black with #59E5C5
Text Example
Text Example
White with #59E5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E5C5; }
p { color: rgb(89,229,197); }
H1.HeaderClassName
{
color: #59E5C5;
}
.AnyTagClassName
{
color: #59E5C5;
}
</style>
background-color css
<style>
a { background-color: #59E5C5; }
a { background-color: rgb(89,229,197); }
div.DivClassName
{
background-color: #59E5C5;
}
.BgClassName
{
background-color: #59E5C5;
}
</style>
border-color css
<style>
span { border-color: #59E5C5; }
span { border-color: rgb(89,229,197); }
td.TdClassName
{
border-color: #59E5C5;
}
.TagClassName
{
border-color: #59E5C5;
}
</style>