Shades of Turquoise Blue #59D5F6
Tints of Turquoise Blue #59D5F6
RGB
CMYK
RGB Variations
Color information
#59D5F6 (or 0x59D5F6) is known color: Turquoise Blue. HEX triplet: 59, D5 and F6. RGB value is (89,213,246). Sum of RGB (Red+Green+Blue) = 89+213+246=548 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.24% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #59D5F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D5F6 is #A62A09. Grayscale: #B3B3B3. Windows color (decimal): -10889738 or 16176473. OLE color: 16176473.
HSL color Cylindrical-coordinate representation of color #59D5F6: hue angle of 192.61º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59D5F6 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 213 | 246 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.04 |
| HSL | 192.61º | 0.9% | 0.66% | - |
| HSV(B) | 192.61º | 0.64% | 0.96% | - |
| XYZ | 44.55 | 56.37 | 95.72 | - |
| YUV | 179.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 213 | 246 | 0.64 | 0.13 | 0 | 0.04 | 192.61 | 0.9 | 0.66 |
| Hex | 59 | D5 | F6 | 40 | D | 0 | 4 | C1 | 5A | 42 |
| Octal | 131 | 325 | 366 | 100 | 15 | 0 | 4 | 301 | 132 | 102 |
| Binary | 1011001 | 11010101 | 11110110 | 1000000 | 1101 | 0 | 100 | 11000001 | 1011010 | 1000010 |
Color Harmonies of #59D5F6
Complementary color
Monochromatic Colors of #59D5F6
Black with #59D5F6
Text Example
Text Example
White with #59D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59D5F6; }
p { color: rgb(89,213,246); }
H1.HeaderClassName
{
color: #59D5F6;
}
.AnyTagClassName
{
color: #59D5F6;
}
</style>
background-color css
<style>
a { background-color: #59D5F6; }
a { background-color: rgb(89,213,246); }
div.DivClassName
{
background-color: #59D5F6;
}
.BgClassName
{
background-color: #59D5F6;
}
</style>
border-color css
<style>
span { border-color: #59D5F6; }
span { border-color: rgb(89,213,246); }
td.TdClassName
{
border-color: #59D5F6;
}
.TagClassName
{
border-color: #59D5F6;
}
</style>