Shades of Turquoise #56E0D8
Tints of Turquoise #56E0D8
RGB
CMYK
RGB Variations
Color information
#56E0D8 (or 0x56E0D8) is known color: Turquoise. HEX triplet: 56, E0 and D8. RGB value is (86,224,216). Sum of RGB (Red+Green+Blue) = 86+224+216=526 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.35% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #56E0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E0D8 is #A91F27. Grayscale: #B5B5B5. Windows color (decimal): -11083560 or 14213206. OLE color: 14213206.
HSL color Cylindrical-coordinate representation of color #56E0D8: hue angle of 176.52º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E0D8 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 224 | 216 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.12 |
| HSL | 176.52º | 0.69% | 0.61% | - |
| HSV(B) | 176.52º | 0.62% | 0.88% | - |
| XYZ | 42.89 | 60.25 | 74.33 | - |
| YUV | 181.83 | 147.28 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 216 | 0.62 | 0 | 0.04 | 0.12 | 176.52 | 0.69 | 0.61 |
| Hex | 56 | E0 | D8 | 3E | 0 | 4 | C | B1 | 45 | 3D |
| Octal | 126 | 340 | 330 | 76 | 0 | 4 | 14 | 261 | 105 | 75 |
| Binary | 1010110 | 11100000 | 11011000 | 111110 | 0 | 100 | 1100 | 10110001 | 1000101 | 111101 |
Color Harmonies of #56E0D8
Complementary color
Monochromatic Colors of #56E0D8
Black with #56E0D8
Text Example
Text Example
White with #56E0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E0D8; }
p { color: rgb(86,224,216); }
H1.HeaderClassName
{
color: #56E0D8;
}
.AnyTagClassName
{
color: #56E0D8;
}
</style>
background-color css
<style>
a { background-color: #56E0D8; }
a { background-color: rgb(86,224,216); }
div.DivClassName
{
background-color: #56E0D8;
}
.BgClassName
{
background-color: #56E0D8;
}
</style>
border-color css
<style>
span { border-color: #56E0D8; }
span { border-color: rgb(86,224,216); }
td.TdClassName
{
border-color: #56E0D8;
}
.TagClassName
{
border-color: #56E0D8;
}
</style>