Shades of Turquoise Blue #59DBFD
Tints of Turquoise Blue #59DBFD
RGB
CMYK
RGB Variations
Color information
#59DBFD (or 0x59DBFD) is known color: Turquoise Blue. HEX triplet: 59, DB and FD. RGB value is (89,219,253). Sum of RGB (Red+Green+Blue) = 89+219+253=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #59DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DBFD is #A62402. Grayscale: #B7B7B7. Windows color (decimal): -10888195 or 16636761. OLE color: 16636761.
HSL color Cylindrical-coordinate representation of color #59DBFD: hue angle of 192.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59DBFD is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 219 | 253 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.01 |
| HSL | 192.44º | 0.98% | 0.67% | - |
| HSV(B) | 192.44º | 0.65% | 0.99% | - |
| XYZ | 47.18 | 59.88 | 102 | - |
| YUV | 184.01 | 166.93 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 219 | 253 | 0.65 | 0.13 | 0 | 0.01 | 192.44 | 0.98 | 0.67 |
| Hex | 59 | DB | FD | 41 | D | 0 | 1 | C0 | 62 | 43 |
| Octal | 131 | 333 | 375 | 101 | 15 | 0 | 1 | 300 | 142 | 103 |
| Binary | 1011001 | 11011011 | 11111101 | 1000001 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000011 |
Color Harmonies of #59DBFD
Complementary color
Monochromatic Colors of #59DBFD
Black with #59DBFD
Text Example
Text Example
White with #59DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DBFD; }
p { color: rgb(89,219,253); }
H1.HeaderClassName
{
color: #59DBFD;
}
.AnyTagClassName
{
color: #59DBFD;
}
</style>
background-color css
<style>
a { background-color: #59DBFD; }
a { background-color: rgb(89,219,253); }
div.DivClassName
{
background-color: #59DBFD;
}
.BgClassName
{
background-color: #59DBFD;
}
</style>
border-color css
<style>
span { border-color: #59DBFD; }
span { border-color: rgb(89,219,253); }
td.TdClassName
{
border-color: #59DBFD;
}
.TagClassName
{
border-color: #59DBFD;
}
</style>