Shades of Turquoise #56FFDA
Tints of Turquoise #56FFDA
RGB
CMYK
RGB Variations
Color information
#56FFDA (or 0x56FFDA) is known color: Turquoise. HEX triplet: 56, FF and DA. RGB value is (86,255,218). Sum of RGB (Red+Green+Blue) = 86+255+218=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 218 (85.55% from 255 or 39.00% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFDA is #A90025. Grayscale: #C8C8C8. Windows color (decimal): -11075622 or 14352214. OLE color: 14352214.
HSL color Cylindrical-coordinate representation of color #56FFDA: hue angle of 166.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFDA is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 218 | - |
| CMYK | 0.66 | 0 | 0.15 | 0 |
| HSL | 166.86º | 1% | 0.67% | - |
| HSV(B) | 166.86º | 0.66% | 1% | - |
| XYZ | 52.25 | 78.56 | 78.74 | - |
| YUV | 200.25 | 138.01 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 218 | 0.66 | 0 | 0.15 | 0 | 166.86 | 1 | 0.67 |
| Hex | 56 | FF | DA | 42 | 0 | F | 0 | A7 | 64 | 43 |
| Octal | 126 | 377 | 332 | 102 | 0 | 17 | 0 | 247 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11011010 | 1000010 | 0 | 1111 | 0 | 10100111 | 1100100 | 1000011 |
Color Harmonies of #56FFDA
Complementary color
Monochromatic Colors of #56FFDA
Black with #56FFDA
Text Example
Text Example
White with #56FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFDA; }
p { color: rgb(86,255,218); }
H1.HeaderClassName
{
color: #56FFDA;
}
.AnyTagClassName
{
color: #56FFDA;
}
</style>
background-color css
<style>
a { background-color: #56FFDA; }
a { background-color: rgb(86,255,218); }
div.DivClassName
{
background-color: #56FFDA;
}
.BgClassName
{
background-color: #56FFDA;
}
</style>
border-color css
<style>
span { border-color: #56FFDA; }
span { border-color: rgb(86,255,218); }
td.TdClassName
{
border-color: #56FFDA;
}
.TagClassName
{
border-color: #56FFDA;
}
</style>