Shades of Turquoise Blue #59DFF6
Tints of Turquoise Blue #59DFF6
RGB
CMYK
RGB Variations
Color information
#59DFF6 (or 0x59DFF6) is known color: Turquoise Blue. HEX triplet: 59, DF and F6. RGB value is (89,223,246). Sum of RGB (Red+Green+Blue) = 89+223+246=558 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.95% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #59DFF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59DFF6 is #A62009. Grayscale: #B9B9B9. Windows color (decimal): -10887178 or 16179033. OLE color: 16179033.
HSL color Cylindrical-coordinate representation of color #59DFF6: hue angle of 188.79º 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 #59DFF6 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 223 | 246 | - |
| CMYK | 0.64 | 0.09 | 0 | 0.04 |
| HSL | 188.79º | 0.9% | 0.66% | - |
| HSV(B) | 188.79º | 0.64% | 0.96% | - |
| XYZ | 47.14 | 61.55 | 96.59 | - |
| YUV | 185.56 | 162.11 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 223 | 246 | 0.64 | 0.09 | 0 | 0.04 | 188.79 | 0.9 | 0.66 |
| Hex | 59 | DF | F6 | 40 | 9 | 0 | 4 | BD | 5A | 42 |
| Octal | 131 | 337 | 366 | 100 | 11 | 0 | 4 | 275 | 132 | 102 |
| Binary | 1011001 | 11011111 | 11110110 | 1000000 | 1001 | 0 | 100 | 10111101 | 1011010 | 1000010 |
Color Harmonies of #59DFF6
Complementary color
Monochromatic Colors of #59DFF6
Black with #59DFF6
Text Example
Text Example
White with #59DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DFF6; }
p { color: rgb(89,223,246); }
H1.HeaderClassName
{
color: #59DFF6;
}
.AnyTagClassName
{
color: #59DFF6;
}
</style>
background-color css
<style>
a { background-color: #59DFF6; }
a { background-color: rgb(89,223,246); }
div.DivClassName
{
background-color: #59DFF6;
}
.BgClassName
{
background-color: #59DFF6;
}
</style>
border-color css
<style>
span { border-color: #59DFF6; }
span { border-color: rgb(89,223,246); }
td.TdClassName
{
border-color: #59DFF6;
}
.TagClassName
{
border-color: #59DFF6;
}
</style>