Shades of Turquoise #59FADE
Tints of Turquoise #59FADE
RGB
CMYK
RGB Variations
Color information
#59FADE (or 0x59FADE) is known color: Turquoise. HEX triplet: 59, FA and DE. RGB value is (89,250,222). Sum of RGB (Red+Green+Blue) = 89+250+222=561 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.86% from 561); Green value is 250 (98.05% from 255 or 44.56% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 250 - color contains mainly: green. Hex color #59FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FADE is #A60521. Grayscale: #C6C6C6. Windows color (decimal): -10880290 or 14613081. OLE color: 14613081.
HSL color Cylindrical-coordinate representation of color #59FADE: hue angle of 169.57º 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 #59FADE is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 89 | 250 | 222 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.02 |
| HSL | 169.57º | 0.94% | 0.66% | - |
| HSV(B) | 169.57º | 0.64% | 0.98% | - |
| XYZ | 51.49 | 75.77 | 81.02 | - |
| YUV | 198.67 | 141.16 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 250 | 222 | 0.64 | 0 | 0.11 | 0.02 | 169.57 | 0.94 | 0.66 |
| Hex | 59 | FA | DE | 40 | 0 | B | 2 | AA | 5E | 42 |
| Octal | 131 | 372 | 336 | 100 | 0 | 13 | 2 | 252 | 136 | 102 |
| Binary | 1011001 | 11111010 | 11011110 | 1000000 | 0 | 1011 | 10 | 10101010 | 1011110 | 1000010 |
Color Harmonies of #59FADE
Complementary color
Monochromatic Colors of #59FADE
Black with #59FADE
Text Example
Text Example
White with #59FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FADE; }
p { color: rgb(89,250,222); }
H1.HeaderClassName
{
color: #59FADE;
}
.AnyTagClassName
{
color: #59FADE;
}
</style>
background-color css
<style>
a { background-color: #59FADE; }
a { background-color: rgb(89,250,222); }
div.DivClassName
{
background-color: #59FADE;
}
.BgClassName
{
background-color: #59FADE;
}
</style>
border-color css
<style>
span { border-color: #59FADE; }
span { border-color: rgb(89,250,222); }
td.TdClassName
{
border-color: #59FADE;
}
.TagClassName
{
border-color: #59FADE;
}
</style>