Shades of Turquoise #56E4DF
Tints of Turquoise #56E4DF
RGB
CMYK
RGB Variations
Color information
#56E4DF (or 0x56E4DF) is known color: Turquoise. HEX triplet: 56, E4 and DF. RGB value is (86,228,223). Sum of RGB (Red+Green+Blue) = 86+228+223=537 (71% of max value = 765). Red value is 86 (33.98% from 255 or 16.01% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #56E4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E4DF is #A91B20. Grayscale: #B8B8B8. Windows color (decimal): -11082529 or 14672982. OLE color: 14672982.
HSL color Cylindrical-coordinate representation of color #56E4DF: hue angle of 177.89º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E4DF is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 228 | 223 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.11 |
| HSL | 177.89º | 0.72% | 0.62% | - |
| HSV(B) | 177.89º | 0.62% | 0.89% | - |
| XYZ | 44.9 | 62.79 | 79.57 | - |
| YUV | 184.97 | 149.46 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 228 | 223 | 0.62 | 0 | 0.02 | 0.11 | 177.89 | 0.72 | 0.62 |
| Hex | 56 | E4 | DF | 3E | 0 | 2 | B | B2 | 48 | 3E |
| Octal | 126 | 344 | 337 | 76 | 0 | 2 | 13 | 262 | 110 | 76 |
| Binary | 1010110 | 11100100 | 11011111 | 111110 | 0 | 10 | 1011 | 10110010 | 1001000 | 111110 |
Color Harmonies of #56E4DF
Complementary color
Monochromatic Colors of #56E4DF
Black with #56E4DF
Text Example
Text Example
White with #56E4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E4DF; }
p { color: rgb(86,228,223); }
H1.HeaderClassName
{
color: #56E4DF;
}
.AnyTagClassName
{
color: #56E4DF;
}
</style>
background-color css
<style>
a { background-color: #56E4DF; }
a { background-color: rgb(86,228,223); }
div.DivClassName
{
background-color: #56E4DF;
}
.BgClassName
{
background-color: #56E4DF;
}
</style>
border-color css
<style>
span { border-color: #56E4DF; }
span { border-color: rgb(86,228,223); }
td.TdClassName
{
border-color: #56E4DF;
}
.TagClassName
{
border-color: #56E4DF;
}
</style>