Shades of Turquoise Blue #59DCE6
Tints of Turquoise Blue #59DCE6
RGB
CMYK
RGB Variations
Color information
#59DCE6 (or 0x59DCE6) is known color: Turquoise Blue. HEX triplet: 59, DC and E6. RGB value is (89,220,230). Sum of RGB (Red+Green+Blue) = 89+220+230=539 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.51% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #59DCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DCE6 is #A62319. Grayscale: #B5B5B5. Windows color (decimal): -10887962 or 15129689. OLE color: 15129689.
HSL color Cylindrical-coordinate representation of color #59DCE6: hue angle of 184.26º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59DCE6 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 220 | 230 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.10 |
| HSL | 184.26º | 0.74% | 0.63% | - |
| HSV(B) | 184.26º | 0.61% | 0.9% | - |
| XYZ | 44 | 59.02 | 83.94 | - |
| YUV | 181.97 | 155.1 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 230 | 0.61 | 0.04 | 0 | 0.10 | 184.26 | 0.74 | 0.63 |
| Hex | 59 | DC | E6 | 3D | 4 | 0 | A | B8 | 4A | 3F |
| Octal | 131 | 334 | 346 | 75 | 4 | 0 | 12 | 270 | 112 | 77 |
| Binary | 1011001 | 11011100 | 11100110 | 111101 | 100 | 0 | 1010 | 10111000 | 1001010 | 111111 |
Color Harmonies of #59DCE6
Complementary color
Monochromatic Colors of #59DCE6
Black with #59DCE6
Text Example
Text Example
White with #59DCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCE6; }
p { color: rgb(89,220,230); }
H1.HeaderClassName
{
color: #59DCE6;
}
.AnyTagClassName
{
color: #59DCE6;
}
</style>
background-color css
<style>
a { background-color: #59DCE6; }
a { background-color: rgb(89,220,230); }
div.DivClassName
{
background-color: #59DCE6;
}
.BgClassName
{
background-color: #59DCE6;
}
</style>
border-color css
<style>
span { border-color: #59DCE6; }
span { border-color: rgb(89,220,230); }
td.TdClassName
{
border-color: #59DCE6;
}
.TagClassName
{
border-color: #59DCE6;
}
</style>