Shades of Turquoise Blue #59DCE9
Tints of Turquoise Blue #59DCE9
RGB
CMYK
RGB Variations
Color information
#59DCE9 (or 0x59DCE9) is known color: Turquoise Blue. HEX triplet: 59, DC and E9. RGB value is (89,220,233). Sum of RGB (Red+Green+Blue) = 89+220+233=542 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.42% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #59DCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DCE9 is #A62316. Grayscale: #B6B6B6. Windows color (decimal): -10887959 or 15326297. OLE color: 15326297.
HSL color Cylindrical-coordinate representation of color #59DCE9: hue angle of 185.42º 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 #59DCE9 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 220 | 233 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.09 |
| HSL | 185.42º | 0.77% | 0.63% | - |
| HSV(B) | 185.42º | 0.62% | 0.91% | - |
| XYZ | 44.42 | 59.19 | 86.18 | - |
| YUV | 182.31 | 156.6 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 233 | 0.62 | 0.06 | 0 | 0.09 | 185.42 | 0.77 | 0.63 |
| Hex | 59 | DC | E9 | 3E | 6 | 0 | 9 | B9 | 4D | 3F |
| Octal | 131 | 334 | 351 | 76 | 6 | 0 | 11 | 271 | 115 | 77 |
| Binary | 1011001 | 11011100 | 11101001 | 111110 | 110 | 0 | 1001 | 10111001 | 1001101 | 111111 |
Color Harmonies of #59DCE9
Complementary color
Monochromatic Colors of #59DCE9
Black with #59DCE9
Text Example
Text Example
White with #59DCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCE9; }
p { color: rgb(89,220,233); }
H1.HeaderClassName
{
color: #59DCE9;
}
.AnyTagClassName
{
color: #59DCE9;
}
</style>
background-color css
<style>
a { background-color: #59DCE9; }
a { background-color: rgb(89,220,233); }
div.DivClassName
{
background-color: #59DCE9;
}
.BgClassName
{
background-color: #59DCE9;
}
</style>
border-color css
<style>
span { border-color: #59DCE9; }
span { border-color: rgb(89,220,233); }
td.TdClassName
{
border-color: #59DCE9;
}
.TagClassName
{
border-color: #59DCE9;
}
</style>