Shades of Turquoise #59F6E1
Tints of Turquoise #59F6E1
RGB
CMYK
RGB Variations
Color information
#59F6E1 (or 0x59F6E1) is known color: Turquoise. HEX triplet: 59, F6 and E1. RGB value is (89,246,225). Sum of RGB (Red+Green+Blue) = 89+246+225=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 246 (96.48% from 255 or 43.93% from 560); Blue value is 225 (88.28% from 255 or 40.18% from 560); Max value from RGB is 246 - color contains mainly: green. Hex color #59F6E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F6E1 is #A6091E. Grayscale: #C4C4C4. Windows color (decimal): -10881311 or 14808665. OLE color: 14808665.
HSL color Cylindrical-coordinate representation of color #59F6E1: hue angle of 171.97º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F6E1 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 246 | 225 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.04 |
| HSL | 171.97º | 0.9% | 0.66% | - |
| HSV(B) | 171.97º | 0.64% | 0.96% | - |
| XYZ | 50.67 | 73.47 | 82.75 | - |
| YUV | 196.66 | 143.99 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 246 | 225 | 0.64 | 0 | 0.09 | 0.04 | 171.97 | 0.9 | 0.66 |
| Hex | 59 | F6 | E1 | 40 | 0 | 9 | 4 | AC | 5A | 42 |
| Octal | 131 | 366 | 341 | 100 | 0 | 11 | 4 | 254 | 132 | 102 |
| Binary | 1011001 | 11110110 | 11100001 | 1000000 | 0 | 1001 | 100 | 10101100 | 1011010 | 1000010 |
Color Harmonies of #59F6E1
Complementary color
Monochromatic Colors of #59F6E1
Black with #59F6E1
Text Example
Text Example
White with #59F6E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F6E1; }
p { color: rgb(89,246,225); }
H1.HeaderClassName
{
color: #59F6E1;
}
.AnyTagClassName
{
color: #59F6E1;
}
</style>
background-color css
<style>
a { background-color: #59F6E1; }
a { background-color: rgb(89,246,225); }
div.DivClassName
{
background-color: #59F6E1;
}
.BgClassName
{
background-color: #59F6E1;
}
</style>
border-color css
<style>
span { border-color: #59F6E1; }
span { border-color: rgb(89,246,225); }
td.TdClassName
{
border-color: #59F6E1;
}
.TagClassName
{
border-color: #59F6E1;
}
</style>