Shades of Turquoise Blue #59DDEF
Tints of Turquoise Blue #59DDEF
RGB
CMYK
RGB Variations
Color information
#59DDEF (or 0x59DDEF) is known color: Turquoise Blue. HEX triplet: 59, DD and EF. RGB value is (89,221,239). Sum of RGB (Red+Green+Blue) = 89+221+239=549 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.21% from 549); Green value is 221 (86.72% from 255 or 40.26% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #59DDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDEF is #A62210. Grayscale: #B7B7B7. Windows color (decimal): -10887697 or 15719769. OLE color: 15719769.
HSL color Cylindrical-coordinate representation of color #59DDEF: hue angle of 187.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59DDEF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 221 | 239 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.06 |
| HSL | 187.2º | 0.82% | 0.64% | - |
| HSV(B) | 187.2º | 0.63% | 0.94% | - |
| XYZ | 45.56 | 60.07 | 90.85 | - |
| YUV | 183.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 239 | 0.63 | 0.08 | 0 | 0.06 | 187.2 | 0.82 | 0.64 |
| Hex | 59 | DD | EF | 3F | 8 | 0 | 6 | BB | 52 | 40 |
| Octal | 131 | 335 | 357 | 77 | 10 | 0 | 6 | 273 | 122 | 100 |
| Binary | 1011001 | 11011101 | 11101111 | 111111 | 1000 | 0 | 110 | 10111011 | 1010010 | 1000000 |
Color Harmonies of #59DDEF
Complementary color
Monochromatic Colors of #59DDEF
Black with #59DDEF
Text Example
Text Example
White with #59DDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDEF; }
p { color: rgb(89,221,239); }
H1.HeaderClassName
{
color: #59DDEF;
}
.AnyTagClassName
{
color: #59DDEF;
}
</style>
background-color css
<style>
a { background-color: #59DDEF; }
a { background-color: rgb(89,221,239); }
div.DivClassName
{
background-color: #59DDEF;
}
.BgClassName
{
background-color: #59DDEF;
}
</style>
border-color css
<style>
span { border-color: #59DDEF; }
span { border-color: rgb(89,221,239); }
td.TdClassName
{
border-color: #59DDEF;
}
.TagClassName
{
border-color: #59DDEF;
}
</style>