Shades of Turquoise Blue #59E5E3
Tints of Turquoise Blue #59E5E3
RGB
CMYK
RGB Variations
Color information
#59E5E3 (or 0x59E5E3) is known color: Turquoise Blue. HEX triplet: 59, E5 and E3. RGB value is (89,229,227). Sum of RGB (Red+Green+Blue) = 89+229+227=545 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.33% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 227 (89.06% from 255 or 41.65% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #59E5E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E5E3 is #A61A1C. Grayscale: #BABABA. Windows color (decimal): -10885661 or 14935385. OLE color: 14935385.
HSL color Cylindrical-coordinate representation of color #59E5E3: hue angle of 179.14º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E5E3 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 229 | 227 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.10 |
| HSL | 179.14º | 0.73% | 0.62% | - |
| HSV(B) | 179.14º | 0.61% | 0.9% | - |
| XYZ | 46 | 63.71 | 82.55 | - |
| YUV | 186.91 | 150.62 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 229 | 227 | 0.61 | 0 | 0.01 | 0.10 | 179.14 | 0.73 | 0.62 |
| Hex | 59 | E5 | E3 | 3D | 0 | 1 | A | B3 | 49 | 3E |
| Octal | 131 | 345 | 343 | 75 | 0 | 1 | 12 | 263 | 111 | 76 |
| Binary | 1011001 | 11100101 | 11100011 | 111101 | 0 | 1 | 1010 | 10110011 | 1001001 | 111110 |
Color Harmonies of #59E5E3
Complementary color
Monochromatic Colors of #59E5E3
Black with #59E5E3
Text Example
Text Example
White with #59E5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E5E3; }
p { color: rgb(89,229,227); }
H1.HeaderClassName
{
color: #59E5E3;
}
.AnyTagClassName
{
color: #59E5E3;
}
</style>
background-color css
<style>
a { background-color: #59E5E3; }
a { background-color: rgb(89,229,227); }
div.DivClassName
{
background-color: #59E5E3;
}
.BgClassName
{
background-color: #59E5E3;
}
</style>
border-color css
<style>
span { border-color: #59E5E3; }
span { border-color: rgb(89,229,227); }
td.TdClassName
{
border-color: #59E5E3;
}
.TagClassName
{
border-color: #59E5E3;
}
</style>