Shades of Turquoise #59FADB
Tints of Turquoise #59FADB
RGB
CMYK
RGB Variations
Color information
#59FADB (or 0x59FADB) is known color: Turquoise. HEX triplet: 59, FA and DB. RGB value is (89,250,219). Sum of RGB (Red+Green+Blue) = 89+250+219=558 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.95% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #59FADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FADB is #A60524. Grayscale: #C6C6C6. Windows color (decimal): -10880293 or 14416473. OLE color: 14416473.
HSL color Cylindrical-coordinate representation of color #59FADB: hue angle of 168.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59FADB is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 219 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.02 |
| HSL | 168.45º | 0.94% | 0.66% | - |
| HSV(B) | 168.45º | 0.64% | 0.98% | - |
| XYZ | 51.09 | 75.61 | 78.92 | - |
| YUV | 198.33 | 139.66 | 50.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 219 | 0.64 | 0 | 0.12 | 0.02 | 168.45 | 0.94 | 0.66 |
| Hex | 59 | FA | DB | 40 | 0 | C | 2 | A8 | 5E | 42 |
| Octal | 131 | 372 | 333 | 100 | 0 | 14 | 2 | 250 | 136 | 102 |
| Binary | 1011001 | 11111010 | 11011011 | 1000000 | 0 | 1100 | 10 | 10101000 | 1011110 | 1000010 |
Color Harmonies of #59FADB
Complementary color
Monochromatic Colors of #59FADB
Black with #59FADB
Text Example
Text Example
White with #59FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FADB; }
p { color: rgb(89,250,219); }
H1.HeaderClassName
{
color: #59FADB;
}
.AnyTagClassName
{
color: #59FADB;
}
</style>
background-color css
<style>
a { background-color: #59FADB; }
a { background-color: rgb(89,250,219); }
div.DivClassName
{
background-color: #59FADB;
}
.BgClassName
{
background-color: #59FADB;
}
</style>
border-color css
<style>
span { border-color: #59FADB; }
span { border-color: rgb(89,250,219); }
td.TdClassName
{
border-color: #59FADB;
}
.TagClassName
{
border-color: #59FADB;
}
</style>