Shades of Turquoise #59FADD
Tints of Turquoise #59FADD
RGB
CMYK
RGB Variations
Color information
#59FADD (or 0x59FADD) is known color: Turquoise. HEX triplet: 59, FA and DD. RGB value is (89,250,221). Sum of RGB (Red+Green+Blue) = 89+250+221=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #59FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FADD is #A60522. Grayscale: #C6C6C6. Windows color (decimal): -10880291 or 14547545. OLE color: 14547545.
HSL color Cylindrical-coordinate representation of color #59FADD: hue angle of 169.19º 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 #59FADD is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 221 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.02 |
| HSL | 169.19º | 0.94% | 0.66% | - |
| HSV(B) | 169.19º | 0.64% | 0.98% | - |
| XYZ | 51.36 | 75.72 | 80.31 | - |
| YUV | 198.56 | 140.66 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 221 | 0.64 | 0 | 0.12 | 0.02 | 169.19 | 0.94 | 0.66 |
| Hex | 59 | FA | DD | 40 | 0 | C | 2 | A9 | 5E | 42 |
| Octal | 131 | 372 | 335 | 100 | 0 | 14 | 2 | 251 | 136 | 102 |
| Binary | 1011001 | 11111010 | 11011101 | 1000000 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000010 |
Color Harmonies of #59FADD
Complementary color
Monochromatic Colors of #59FADD
Black with #59FADD
Text Example
Text Example
White with #59FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FADD; }
p { color: rgb(89,250,221); }
H1.HeaderClassName
{
color: #59FADD;
}
.AnyTagClassName
{
color: #59FADD;
}
</style>
background-color css
<style>
a { background-color: #59FADD; }
a { background-color: rgb(89,250,221); }
div.DivClassName
{
background-color: #59FADD;
}
.BgClassName
{
background-color: #59FADD;
}
</style>
border-color css
<style>
span { border-color: #59FADD; }
span { border-color: rgb(89,250,221); }
td.TdClassName
{
border-color: #59FADD;
}
.TagClassName
{
border-color: #59FADD;
}
</style>