Shades of Turquoise Blue #59E2DF
Tints of Turquoise Blue #59E2DF
RGB
CMYK
RGB Variations
Color information
#59E2DF (or 0x59E2DF) is known color: Turquoise Blue. HEX triplet: 59, E2 and DF. RGB value is (89,226,223). Sum of RGB (Red+Green+Blue) = 89+226+223=538 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.54% from 538); Green value is 226 (88.67% from 255 or 42.01% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 226 - color contains mainly: green. Hex color #59E2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E2DF is #A61D20. Grayscale: #B8B8B8. Windows color (decimal): -10886433 or 14672473. OLE color: 14672473.
HSL color Cylindrical-coordinate representation of color #59E2DF: hue angle of 178.69º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E2DF is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 226 | 223 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.11 |
| HSL | 178.69º | 0.7% | 0.62% | - |
| HSV(B) | 178.69º | 0.61% | 0.89% | - |
| XYZ | 44.64 | 61.84 | 79.4 | - |
| YUV | 184.7 | 149.61 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 226 | 223 | 0.61 | 0 | 0.01 | 0.11 | 178.69 | 0.7 | 0.62 |
| Hex | 59 | E2 | DF | 3D | 0 | 1 | B | B3 | 46 | 3E |
| Octal | 131 | 342 | 337 | 75 | 0 | 1 | 13 | 263 | 106 | 76 |
| Binary | 1011001 | 11100010 | 11011111 | 111101 | 0 | 1 | 1011 | 10110011 | 1000110 | 111110 |
Color Harmonies of #59E2DF
Complementary color
Monochromatic Colors of #59E2DF
Black with #59E2DF
Text Example
Text Example
White with #59E2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E2DF; }
p { color: rgb(89,226,223); }
H1.HeaderClassName
{
color: #59E2DF;
}
.AnyTagClassName
{
color: #59E2DF;
}
</style>
background-color css
<style>
a { background-color: #59E2DF; }
a { background-color: rgb(89,226,223); }
div.DivClassName
{
background-color: #59E2DF;
}
.BgClassName
{
background-color: #59E2DF;
}
</style>
border-color css
<style>
span { border-color: #59E2DF; }
span { border-color: rgb(89,226,223); }
td.TdClassName
{
border-color: #59E2DF;
}
.TagClassName
{
border-color: #59E2DF;
}
</style>