Shades of Turquoise #56E6D9
Tints of Turquoise #56E6D9
RGB
CMYK
RGB Variations
Color information
#56E6D9 (or 0x56E6D9) is known color: Turquoise. HEX triplet: 56, E6 and D9. RGB value is (86,230,217). Sum of RGB (Red+Green+Blue) = 86+230+217=533 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.14% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 217 (85.16% from 255 or 40.71% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #56E6D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56E6D9 is #A91926. Grayscale: #B9B9B9. Windows color (decimal): -11082023 or 14280278. OLE color: 14280278.
HSL color Cylindrical-coordinate representation of color #56E6D9: hue angle of 174.58º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56E6D9 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 230 | 217 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.10 |
| HSL | 174.58º | 0.74% | 0.62% | - |
| HSV(B) | 174.58º | 0.63% | 0.9% | - |
| XYZ | 44.66 | 63.58 | 75.56 | - |
| YUV | 185.46 | 145.79 | 57.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 230 | 217 | 0.63 | 0 | 0.06 | 0.10 | 174.58 | 0.74 | 0.62 |
| Hex | 56 | E6 | D9 | 3F | 0 | 6 | A | AF | 4A | 3E |
| Octal | 126 | 346 | 331 | 77 | 0 | 6 | 12 | 257 | 112 | 76 |
| Binary | 1010110 | 11100110 | 11011001 | 111111 | 0 | 110 | 1010 | 10101111 | 1001010 | 111110 |
Color Harmonies of #56E6D9
Complementary color
Monochromatic Colors of #56E6D9
Black with #56E6D9
Text Example
Text Example
White with #56E6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E6D9; }
p { color: rgb(86,230,217); }
H1.HeaderClassName
{
color: #56E6D9;
}
.AnyTagClassName
{
color: #56E6D9;
}
</style>
background-color css
<style>
a { background-color: #56E6D9; }
a { background-color: rgb(86,230,217); }
div.DivClassName
{
background-color: #56E6D9;
}
.BgClassName
{
background-color: #56E6D9;
}
</style>
border-color css
<style>
span { border-color: #56E6D9; }
span { border-color: rgb(86,230,217); }
td.TdClassName
{
border-color: #56E6D9;
}
.TagClassName
{
border-color: #56E6D9;
}
</style>