Shades of Turquoise Blue #59E9DF
Tints of Turquoise Blue #59E9DF
RGB
CMYK
RGB Variations
Color information
#59E9DF (or 0x59E9DF) is known color: Turquoise Blue. HEX triplet: 59, E9 and DF. RGB value is (89,233,223). Sum of RGB (Red+Green+Blue) = 89+233+223=545 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.33% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #59E9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E9DF is #A61620. Grayscale: #BCBCBC. Windows color (decimal): -10884641 or 14674265. OLE color: 14674265.
HSL color Cylindrical-coordinate representation of color #59E9DF: hue angle of 175.83º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59E9DF is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 233 | 223 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.09 |
| HSL | 175.83º | 0.77% | 0.63% | - |
| HSV(B) | 175.83º | 0.62% | 0.91% | - |
| XYZ | 46.58 | 65.73 | 80.04 | - |
| YUV | 188.8 | 147.29 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 233 | 223 | 0.62 | 0 | 0.04 | 0.09 | 175.83 | 0.77 | 0.63 |
| Hex | 59 | E9 | DF | 3E | 0 | 4 | 9 | B0 | 4D | 3F |
| Octal | 131 | 351 | 337 | 76 | 0 | 4 | 11 | 260 | 115 | 77 |
| Binary | 1011001 | 11101001 | 11011111 | 111110 | 0 | 100 | 1001 | 10110000 | 1001101 | 111111 |
Color Harmonies of #59E9DF
Complementary color
Monochromatic Colors of #59E9DF
Black with #59E9DF
Text Example
Text Example
White with #59E9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E9DF; }
p { color: rgb(89,233,223); }
H1.HeaderClassName
{
color: #59E9DF;
}
.AnyTagClassName
{
color: #59E9DF;
}
</style>
background-color css
<style>
a { background-color: #59E9DF; }
a { background-color: rgb(89,233,223); }
div.DivClassName
{
background-color: #59E9DF;
}
.BgClassName
{
background-color: #59E9DF;
}
</style>
border-color css
<style>
span { border-color: #59E9DF; }
span { border-color: rgb(89,233,223); }
td.TdClassName
{
border-color: #59E9DF;
}
.TagClassName
{
border-color: #59E9DF;
}
</style>