Shades of Turquoise #56FADD
Tints of Turquoise #56FADD
RGB
CMYK
RGB Variations
Color information
#56FADD (or 0x56FADD) is known color: Turquoise. HEX triplet: 56, FA and DD. RGB value is (86,250,221). Sum of RGB (Red+Green+Blue) = 86+250+221=557 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.44% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #56FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FADD is #A90522. Grayscale: #C5C5C5. Windows color (decimal): -11076899 or 14547542. OLE color: 14547542.
HSL color Cylindrical-coordinate representation of color #56FADD: hue angle of 169.39º 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 #56FADD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 250 | 221 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.02 |
| HSL | 169.39º | 0.94% | 0.66% | - |
| HSV(B) | 169.39º | 0.66% | 0.98% | - |
| XYZ | 51.07 | 75.57 | 80.3 | - |
| YUV | 197.66 | 141.17 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 250 | 221 | 0.66 | 0 | 0.12 | 0.02 | 169.39 | 0.94 | 0.66 |
| Hex | 56 | FA | DD | 42 | 0 | C | 2 | A9 | 5E | 42 |
| Octal | 126 | 372 | 335 | 102 | 0 | 14 | 2 | 251 | 136 | 102 |
| Binary | 1010110 | 11111010 | 11011101 | 1000010 | 0 | 1100 | 10 | 10101001 | 1011110 | 1000010 |
Color Harmonies of #56FADD
Complementary color
Monochromatic Colors of #56FADD
Black with #56FADD
Text Example
Text Example
White with #56FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FADD; }
p { color: rgb(86,250,221); }
H1.HeaderClassName
{
color: #56FADD;
}
.AnyTagClassName
{
color: #56FADD;
}
</style>
background-color css
<style>
a { background-color: #56FADD; }
a { background-color: rgb(86,250,221); }
div.DivClassName
{
background-color: #56FADD;
}
.BgClassName
{
background-color: #56FADD;
}
</style>
border-color css
<style>
span { border-color: #56FADD; }
span { border-color: rgb(86,250,221); }
td.TdClassName
{
border-color: #56FADD;
}
.TagClassName
{
border-color: #56FADD;
}
</style>