Shades of Turquoise Blue #59DDFA
Tints of Turquoise Blue #59DDFA
RGB
CMYK
RGB Variations
Color information
#59DDFA (or 0x59DDFA) is known color: Turquoise Blue. HEX triplet: 59, DD and FA. RGB value is (89,221,250). Sum of RGB (Red+Green+Blue) = 89+221+250=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 221 (86.72% from 255 or 39.46% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #59DDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DDFA is #A62205. Grayscale: #B8B8B8. Windows color (decimal): -10887686 or 16440665. OLE color: 16440665.
HSL color Cylindrical-coordinate representation of color #59DDFA: hue angle of 190.81º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59DDFA is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 221 | 250 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.02 |
| HSL | 190.81º | 0.94% | 0.66% | - |
| HSV(B) | 190.81º | 0.64% | 0.98% | - |
| XYZ | 47.23 | 60.74 | 99.68 | - |
| YUV | 184.84 | 164.77 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 221 | 250 | 0.64 | 0.12 | 0 | 0.02 | 190.81 | 0.94 | 0.66 |
| Hex | 59 | DD | FA | 40 | C | 0 | 2 | BF | 5E | 42 |
| Octal | 131 | 335 | 372 | 100 | 14 | 0 | 2 | 277 | 136 | 102 |
| Binary | 1011001 | 11011101 | 11111010 | 1000000 | 1100 | 0 | 10 | 10111111 | 1011110 | 1000010 |
Color Harmonies of #59DDFA
Complementary color
Monochromatic Colors of #59DDFA
Black with #59DDFA
Text Example
Text Example
White with #59DDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DDFA; }
p { color: rgb(89,221,250); }
H1.HeaderClassName
{
color: #59DDFA;
}
.AnyTagClassName
{
color: #59DDFA;
}
</style>
background-color css
<style>
a { background-color: #59DDFA; }
a { background-color: rgb(89,221,250); }
div.DivClassName
{
background-color: #59DDFA;
}
.BgClassName
{
background-color: #59DDFA;
}
</style>
border-color css
<style>
span { border-color: #59DDFA; }
span { border-color: rgb(89,221,250); }
td.TdClassName
{
border-color: #59DDFA;
}
.TagClassName
{
border-color: #59DDFA;
}
</style>