Shades of Turquoise #59FADC
Tints of Turquoise #59FADC
RGB
CMYK
RGB Variations
Color information
#59FADC (or 0x59FADC) is known color: Turquoise. HEX triplet: 59, FA and DC. RGB value is (89,250,220). Sum of RGB (Red+Green+Blue) = 89+250+220=559 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.92% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #59FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FADC is #A60523. Grayscale: #C6C6C6. Windows color (decimal): -10880292 or 14482009. OLE color: 14482009.
HSL color Cylindrical-coordinate representation of color #59FADC: hue angle of 168.82º 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 #59FADC is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 220 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.02 |
| HSL | 168.82º | 0.94% | 0.66% | - |
| HSV(B) | 168.82º | 0.64% | 0.98% | - |
| XYZ | 51.22 | 75.66 | 79.61 | - |
| YUV | 198.44 | 140.16 | 49.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 220 | 0.64 | 0 | 0.12 | 0.02 | 168.82 | 0.94 | 0.66 |
| Hex | 59 | FA | DC | 40 | 0 | C | 2 | A9 | 5E | 42 |
| Octal | 131 | 372 | 334 | 100 | 0 | 14 | 2 | 251 | 136 | 102 |
| Binary | 1011001 | 11111010 | 11011100 | 1000000 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000010 |
Color Harmonies of #59FADC
Complementary color
Monochromatic Colors of #59FADC
Black with #59FADC
Text Example
Text Example
White with #59FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FADC; }
p { color: rgb(89,250,220); }
H1.HeaderClassName
{
color: #59FADC;
}
.AnyTagClassName
{
color: #59FADC;
}
</style>
background-color css
<style>
a { background-color: #59FADC; }
a { background-color: rgb(89,250,220); }
div.DivClassName
{
background-color: #59FADC;
}
.BgClassName
{
background-color: #59FADC;
}
</style>
border-color css
<style>
span { border-color: #59FADC; }
span { border-color: rgb(89,250,220); }
td.TdClassName
{
border-color: #59FADC;
}
.TagClassName
{
border-color: #59FADC;
}
</style>