Shades of Turquoise Blue #59EEE6
Tints of Turquoise Blue #59EEE6
RGB
CMYK
RGB Variations
Color information
#59EEE6 (or 0x59EEE6) is known color: Turquoise Blue. HEX triplet: 59, EE and E6. RGB value is (89,238,230). Sum of RGB (Red+Green+Blue) = 89+238+230=557 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.98% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 230 (90.23% from 255 or 41.29% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59EEE6 is #A61119. Grayscale: #C0C0C0. Windows color (decimal): -10883354 or 15134297. OLE color: 15134297.
HSL color Cylindrical-coordinate representation of color #59EEE6: hue angle of 176.78º 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 #59EEE6 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 230 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.07 |
| HSL | 176.78º | 0.81% | 0.64% | - |
| HSV(B) | 176.78º | 0.63% | 0.93% | - |
| XYZ | 48.98 | 68.99 | 85.6 | - |
| YUV | 192.54 | 149.14 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 230 | 0.63 | 0 | 0.03 | 0.07 | 176.78 | 0.81 | 0.64 |
| Hex | 59 | EE | E6 | 3F | 0 | 3 | 7 | B1 | 51 | 40 |
| Octal | 131 | 356 | 346 | 77 | 0 | 3 | 7 | 261 | 121 | 100 |
| Binary | 1011001 | 11101110 | 11100110 | 111111 | 0 | 11 | 111 | 10110001 | 1010001 | 1000000 |
Color Harmonies of #59EEE6
Complementary color
Monochromatic Colors of #59EEE6
Black with #59EEE6
Text Example
Text Example
White with #59EEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEE6; }
p { color: rgb(89,238,230); }
H1.HeaderClassName
{
color: #59EEE6;
}
.AnyTagClassName
{
color: #59EEE6;
}
</style>
background-color css
<style>
a { background-color: #59EEE6; }
a { background-color: rgb(89,238,230); }
div.DivClassName
{
background-color: #59EEE6;
}
.BgClassName
{
background-color: #59EEE6;
}
</style>
border-color css
<style>
span { border-color: #59EEE6; }
span { border-color: rgb(89,238,230); }
td.TdClassName
{
border-color: #59EEE6;
}
.TagClassName
{
border-color: #59EEE6;
}
</style>