Shades of Turquoise Blue #59D5FD
Tints of Turquoise Blue #59D5FD
RGB
CMYK
RGB Variations
Color information
#59D5FD (or 0x59D5FD) is known color: Turquoise Blue. HEX triplet: 59, D5 and FD. RGB value is (89,213,253). Sum of RGB (Red+Green+Blue) = 89+213+253=555 (73% of max value = 765). Red value is 89 (35.16% from 255 or 16.04% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #59D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D5FD is #A62A02. Grayscale: #B4B4B4. Windows color (decimal): -10889731 or 16635225. OLE color: 16635225.
HSL color Cylindrical-coordinate representation of color #59D5FD: hue angle of 194.63º 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 #59D5FD is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 213 | 253 | - |
| CMYK | 0.65 | 0.16 | 0 | 0.01 |
| HSL | 194.63º | 0.98% | 0.67% | - |
| HSV(B) | 194.63º | 0.65% | 0.99% | - |
| XYZ | 45.64 | 56.8 | 101.49 | - |
| YUV | 180.48 | 168.92 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 213 | 253 | 0.65 | 0.16 | 0 | 0.01 | 194.63 | 0.98 | 0.67 |
| Hex | 59 | D5 | FD | 41 | 10 | 0 | 1 | C3 | 62 | 43 |
| Octal | 131 | 325 | 375 | 101 | 20 | 0 | 1 | 303 | 142 | 103 |
| Binary | 1011001 | 11010101 | 11111101 | 1000001 | 10000 | 0 | 1 | 11000011 | 1100010 | 1000011 |
Color Harmonies of #59D5FD
Complementary color
Monochromatic Colors of #59D5FD
Black with #59D5FD
Text Example
Text Example
White with #59D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D5FD; }
p { color: rgb(89,213,253); }
H1.HeaderClassName
{
color: #59D5FD;
}
.AnyTagClassName
{
color: #59D5FD;
}
</style>
background-color css
<style>
a { background-color: #59D5FD; }
a { background-color: rgb(89,213,253); }
div.DivClassName
{
background-color: #59D5FD;
}
.BgClassName
{
background-color: #59D5FD;
}
</style>
border-color css
<style>
span { border-color: #59D5FD; }
span { border-color: rgb(89,213,253); }
td.TdClassName
{
border-color: #59D5FD;
}
.TagClassName
{
border-color: #59D5FD;
}
</style>