Shades of Turquoise #56FADE
Tints of Turquoise #56FADE
RGB
CMYK
RGB Variations
Color information
#56FADE (or 0x56FADE) is known color: Turquoise. HEX triplet: 56, FA and DE. RGB value is (86,250,222). Sum of RGB (Red+Green+Blue) = 86+250+222=558 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.41% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #56FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FADE is #A90521. Grayscale: #C5C5C5. Windows color (decimal): -11076898 or 14613078. OLE color: 14613078.
HSL color Cylindrical-coordinate representation of color #56FADE: hue angle of 169.76º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FADE is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 250 | 222 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.02 |
| HSL | 169.76º | 0.94% | 0.66% | - |
| HSV(B) | 169.76º | 0.66% | 0.98% | - |
| XYZ | 51.21 | 75.62 | 81.01 | - |
| YUV | 197.77 | 141.67 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 222 | 0.66 | 0 | 0.11 | 0.02 | 169.76 | 0.94 | 0.66 |
| Hex | 56 | FA | DE | 42 | 0 | B | 2 | AA | 5E | 42 |
| Octal | 126 | 372 | 336 | 102 | 0 | 13 | 2 | 252 | 136 | 102 |
| Binary | 1010110 | 11111010 | 11011110 | 1000010 | 0 | 1011 | 10 | 10101010 | 1011110 | 1000010 |
Color Harmonies of #56FADE
Complementary color
Monochromatic Colors of #56FADE
Black with #56FADE
Text Example
Text Example
White with #56FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FADE; }
p { color: rgb(86,250,222); }
H1.HeaderClassName
{
color: #56FADE;
}
.AnyTagClassName
{
color: #56FADE;
}
</style>
background-color css
<style>
a { background-color: #56FADE; }
a { background-color: rgb(86,250,222); }
div.DivClassName
{
background-color: #56FADE;
}
.BgClassName
{
background-color: #56FADE;
}
</style>
border-color css
<style>
span { border-color: #56FADE; }
span { border-color: rgb(86,250,222); }
td.TdClassName
{
border-color: #56FADE;
}
.TagClassName
{
border-color: #56FADE;
}
</style>