Shades of Turquoise Blue #59EEE5
Tints of Turquoise Blue #59EEE5
RGB
CMYK
RGB Variations
Color information
#59EEE5 (or 0x59EEE5) is known color: Turquoise Blue. HEX triplet: 59, EE and E5. RGB value is (89,238,229). Sum of RGB (Red+Green+Blue) = 89+238+229=556 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.01% from 556); Green value is 238 (93.36% from 255 or 42.81% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 238 - color contains mainly: green. Hex color #59EEE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EEE5 is #A6111A. Grayscale: #C0C0C0. Windows color (decimal): -10883355 or 15068761. OLE color: 15068761.
HSL color Cylindrical-coordinate representation of color #59EEE5: hue angle of 176.38º 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 #59EEE5 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 238 | 229 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.07 |
| HSL | 176.38º | 0.81% | 0.64% | - |
| HSV(B) | 176.38º | 0.63% | 0.93% | - |
| XYZ | 48.84 | 68.93 | 84.86 | - |
| YUV | 192.42 | 148.64 | 54.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 238 | 229 | 0.63 | 0 | 0.04 | 0.07 | 176.38 | 0.81 | 0.64 |
| Hex | 59 | EE | E5 | 3F | 0 | 4 | 7 | B0 | 51 | 40 |
| Octal | 131 | 356 | 345 | 77 | 0 | 4 | 7 | 260 | 121 | 100 |
| Binary | 1011001 | 11101110 | 11100101 | 111111 | 0 | 100 | 111 | 10110000 | 1010001 | 1000000 |
Color Harmonies of #59EEE5
Complementary color
Monochromatic Colors of #59EEE5
Black with #59EEE5
Text Example
Text Example
White with #59EEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59EEE5; }
p { color: rgb(89,238,229); }
H1.HeaderClassName
{
color: #59EEE5;
}
.AnyTagClassName
{
color: #59EEE5;
}
</style>
background-color css
<style>
a { background-color: #59EEE5; }
a { background-color: rgb(89,238,229); }
div.DivClassName
{
background-color: #59EEE5;
}
.BgClassName
{
background-color: #59EEE5;
}
</style>
border-color css
<style>
span { border-color: #59EEE5; }
span { border-color: rgb(89,238,229); }
td.TdClassName
{
border-color: #59EEE5;
}
.TagClassName
{
border-color: #59EEE5;
}
</style>