Shades of Turquoise #59EEE0
Tints of Turquoise #59EEE0
RGB
CMYK
RGB Variations
Color information
#59EEE0 (or 0x59EEE0) is known color: Turquoise. HEX triplet: 59, EE and E0. RGB value is (89,238,224). Sum of RGB (Red+Green+Blue) = 89+238+224=551 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.15% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEE0 is #A6111F. Grayscale: #BFBFBF. Windows color (decimal): -10883360 or 14741081. OLE color: 14741081.
HSL color Cylindrical-coordinate representation of color #59EEE0: hue angle of 174.36º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59EEE0 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 224 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.07 |
| HSL | 174.36º | 0.81% | 0.64% | - |
| HSV(B) | 174.36º | 0.63% | 0.93% | - |
| XYZ | 48.15 | 68.65 | 81.23 | - |
| YUV | 191.85 | 146.14 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 224 | 0.63 | 0 | 0.06 | 0.07 | 174.36 | 0.81 | 0.64 |
| Hex | 59 | EE | E0 | 3F | 0 | 6 | 7 | AE | 51 | 40 |
| Octal | 131 | 356 | 340 | 77 | 0 | 6 | 7 | 256 | 121 | 100 |
| Binary | 1011001 | 11101110 | 11100000 | 111111 | 0 | 110 | 111 | 10101110 | 1010001 | 1000000 |
Color Harmonies of #59EEE0
Complementary color
Monochromatic Colors of #59EEE0
Black with #59EEE0
Text Example
Text Example
White with #59EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEE0; }
p { color: rgb(89,238,224); }
H1.HeaderClassName
{
color: #59EEE0;
}
.AnyTagClassName
{
color: #59EEE0;
}
</style>
background-color css
<style>
a { background-color: #59EEE0; }
a { background-color: rgb(89,238,224); }
div.DivClassName
{
background-color: #59EEE0;
}
.BgClassName
{
background-color: #59EEE0;
}
</style>
border-color css
<style>
span { border-color: #59EEE0; }
span { border-color: rgb(89,238,224); }
td.TdClassName
{
border-color: #59EEE0;
}
.TagClassName
{
border-color: #59EEE0;
}
</style>