Shades of Turquoise Blue #59DCFD
Tints of Turquoise Blue #59DCFD
RGB
CMYK
RGB Variations
Color information
#59DCFD (or 0x59DCFD) is known color: Turquoise Blue. HEX triplet: 59, DC and FD. RGB value is (89,220,253). Sum of RGB (Red+Green+Blue) = 89+220+253=562 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.84% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #59DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DCFD is #A62302. Grayscale: #B8B8B8. Windows color (decimal): -10887939 or 16637017. OLE color: 16637017.
HSL color Cylindrical-coordinate representation of color #59DCFD: hue angle of 192.07º 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 #59DCFD is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 220 | 253 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.01 |
| HSL | 192.07º | 0.98% | 0.67% | - |
| HSV(B) | 192.07º | 0.65% | 0.99% | - |
| XYZ | 47.44 | 60.4 | 102.09 | - |
| YUV | 184.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 220 | 253 | 0.65 | 0.13 | 0 | 0.01 | 192.07 | 0.98 | 0.67 |
| Hex | 59 | DC | FD | 41 | D | 0 | 1 | C0 | 62 | 43 |
| Octal | 131 | 334 | 375 | 101 | 15 | 0 | 1 | 300 | 142 | 103 |
| Binary | 1011001 | 11011100 | 11111101 | 1000001 | 1101 | 0 | 1 | 11000000 | 1100010 | 1000011 |
Color Harmonies of #59DCFD
Complementary color
Monochromatic Colors of #59DCFD
Black with #59DCFD
Text Example
Text Example
White with #59DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DCFD; }
p { color: rgb(89,220,253); }
H1.HeaderClassName
{
color: #59DCFD;
}
.AnyTagClassName
{
color: #59DCFD;
}
</style>
background-color css
<style>
a { background-color: #59DCFD; }
a { background-color: rgb(89,220,253); }
div.DivClassName
{
background-color: #59DCFD;
}
.BgClassName
{
background-color: #59DCFD;
}
</style>
border-color css
<style>
span { border-color: #59DCFD; }
span { border-color: rgb(89,220,253); }
td.TdClassName
{
border-color: #59DCFD;
}
.TagClassName
{
border-color: #59DCFD;
}
</style>