Shades of Turquoise #59F1E1
Tints of Turquoise #59F1E1
RGB
CMYK
RGB Variations
Color information
#59F1E1 (or 0x59F1E1) is known color: Turquoise. HEX triplet: 59, F1 and E1. RGB value is (89,241,225). Sum of RGB (Red+Green+Blue) = 89+241+225=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1E1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F1E1 is #A60E1E. Grayscale: #C1C1C1. Windows color (decimal): -10882591 or 14807385. OLE color: 14807385.
HSL color Cylindrical-coordinate representation of color #59F1E1: hue angle of 173.68º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F1E1 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 241 | 225 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.05 |
| HSL | 173.68º | 0.84% | 0.65% | - |
| HSV(B) | 173.68º | 0.63% | 0.95% | - |
| XYZ | 49.17 | 70.47 | 82.25 | - |
| YUV | 193.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 241 | 225 | 0.63 | 0 | 0.07 | 0.05 | 173.68 | 0.84 | 0.65 |
| Hex | 59 | F1 | E1 | 3F | 0 | 7 | 5 | AE | 54 | 41 |
| Octal | 131 | 361 | 341 | 77 | 0 | 7 | 5 | 256 | 124 | 101 |
| Binary | 1011001 | 11110001 | 11100001 | 111111 | 0 | 111 | 101 | 10101110 | 1010100 | 1000001 |
Color Harmonies of #59F1E1
Complementary color
Monochromatic Colors of #59F1E1
Black with #59F1E1
Text Example
Text Example
White with #59F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F1E1; }
p { color: rgb(89,241,225); }
H1.HeaderClassName
{
color: #59F1E1;
}
.AnyTagClassName
{
color: #59F1E1;
}
</style>
background-color css
<style>
a { background-color: #59F1E1; }
a { background-color: rgb(89,241,225); }
div.DivClassName
{
background-color: #59F1E1;
}
.BgClassName
{
background-color: #59F1E1;
}
</style>
border-color css
<style>
span { border-color: #59F1E1; }
span { border-color: rgb(89,241,225); }
td.TdClassName
{
border-color: #59F1E1;
}
.TagClassName
{
border-color: #59F1E1;
}
</style>