Shades of Turquoise Blue #59E1EB
Tints of Turquoise Blue #59E1EB
RGB
CMYK
RGB Variations
Color information
#59E1EB (or 0x59E1EB) is known color: Turquoise Blue. HEX triplet: 59, E1 and EB. RGB value is (89,225,235). Sum of RGB (Red+Green+Blue) = 89+225+235=549 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.21% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #59E1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E1EB is #A61E14. Grayscale: #B9B9B9. Windows color (decimal): -10886677 or 15458649. OLE color: 15458649.
HSL color Cylindrical-coordinate representation of color #59E1EB: hue angle of 184.11º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E1EB is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 225 | 235 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.08 |
| HSL | 184.11º | 0.78% | 0.64% | - |
| HSV(B) | 184.11º | 0.62% | 0.92% | - |
| XYZ | 46.04 | 61.97 | 88.13 | - |
| YUV | 185.48 | 155.94 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 225 | 235 | 0.62 | 0.04 | 0 | 0.08 | 184.11 | 0.78 | 0.64 |
| Hex | 59 | E1 | EB | 3E | 4 | 0 | 8 | B8 | 4E | 40 |
| Octal | 131 | 341 | 353 | 76 | 4 | 0 | 10 | 270 | 116 | 100 |
| Binary | 1011001 | 11100001 | 11101011 | 111110 | 100 | 0 | 1000 | 10111000 | 1001110 | 1000000 |
Color Harmonies of #59E1EB
Complementary color
Monochromatic Colors of #59E1EB
Black with #59E1EB
Text Example
Text Example
White with #59E1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E1EB; }
p { color: rgb(89,225,235); }
H1.HeaderClassName
{
color: #59E1EB;
}
.AnyTagClassName
{
color: #59E1EB;
}
</style>
background-color css
<style>
a { background-color: #59E1EB; }
a { background-color: rgb(89,225,235); }
div.DivClassName
{
background-color: #59E1EB;
}
.BgClassName
{
background-color: #59E1EB;
}
</style>
border-color css
<style>
span { border-color: #59E1EB; }
span { border-color: rgb(89,225,235); }
td.TdClassName
{
border-color: #59E1EB;
}
.TagClassName
{
border-color: #59E1EB;
}
</style>