Shades of Turquoise #56FFDF
Tints of Turquoise #56FFDF
RGB
CMYK
RGB Variations
Color information
#56FFDF (or 0x56FFDF) is known color: Turquoise. HEX triplet: 56, FF and DF. RGB value is (86,255,223). Sum of RGB (Red+Green+Blue) = 86+255+223=564 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.25% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56FFDF is #A90020. Grayscale: #C8C8C8. Windows color (decimal): -11075617 or 14679894. OLE color: 14679894.
HSL color Cylindrical-coordinate representation of color #56FFDF: hue angle of 168.64º 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 #56FFDF is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 223 | - |
| CMYK | 0.66 | 0 | 0.13 | 0 |
| HSL | 168.64º | 1% | 0.67% | - |
| HSV(B) | 168.64º | 0.66% | 1% | - |
| XYZ | 52.92 | 78.83 | 82.24 | - |
| YUV | 200.82 | 140.51 | 46.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 223 | 0.66 | 0 | 0.13 | 0 | 168.64 | 1 | 0.67 |
| Hex | 56 | FF | DF | 42 | 0 | D | 0 | A9 | 64 | 43 |
| Octal | 126 | 377 | 337 | 102 | 0 | 15 | 0 | 251 | 144 | 103 |
| Binary | 1010110 | 11111111 | 11011111 | 1000010 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000011 |
Color Harmonies of #56FFDF
Complementary color
Monochromatic Colors of #56FFDF
Black with #56FFDF
Text Example
Text Example
White with #56FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFDF; }
p { color: rgb(86,255,223); }
H1.HeaderClassName
{
color: #56FFDF;
}
.AnyTagClassName
{
color: #56FFDF;
}
</style>
background-color css
<style>
a { background-color: #56FFDF; }
a { background-color: rgb(86,255,223); }
div.DivClassName
{
background-color: #56FFDF;
}
.BgClassName
{
background-color: #56FFDF;
}
</style>
border-color css
<style>
span { border-color: #56FFDF; }
span { border-color: rgb(86,255,223); }
td.TdClassName
{
border-color: #56FFDF;
}
.TagClassName
{
border-color: #56FFDF;
}
</style>