Shades of Medium Turquoise #56D9C7
Tints of Medium Turquoise #56D9C7
RGB
CMYK
RGB Variations
Color information
#56D9C7 (or 0x56D9C7) is known color: Medium Turquoise. HEX triplet: 56, D9 and C7. RGB value is (86,217,199). Sum of RGB (Red+Green+Blue) = 86+217+199=502 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.13% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #56D9C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D9C7 is #A92638. Grayscale: #AFAFAF. Windows color (decimal): -11085369 or 13097302. OLE color: 13097302.
HSL color Cylindrical-coordinate representation of color #56D9C7: hue angle of 171.76º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D9C7 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 217 | 199 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.15 |
| HSL | 171.76º | 0.63% | 0.59% | - |
| HSV(B) | 171.76º | 0.6% | 0.85% | - |
| XYZ | 38.96 | 55.73 | 62.74 | - |
| YUV | 175.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 217 | 199 | 0.60 | 0 | 0.08 | 0.15 | 171.76 | 0.63 | 0.59 |
| Hex | 56 | D9 | C7 | 3C | 0 | 8 | F | AC | 3F | 3B |
| Octal | 126 | 331 | 307 | 74 | 0 | 10 | 17 | 254 | 77 | 73 |
| Binary | 1010110 | 11011001 | 11000111 | 111100 | 0 | 1000 | 1111 | 10101100 | 111111 | 111011 |
Color Harmonies of #56D9C7
Complementary color
Monochromatic Colors of #56D9C7
Black with #56D9C7
Text Example
Text Example
White with #56D9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D9C7; }
p { color: rgb(86,217,199); }
H1.HeaderClassName
{
color: #56D9C7;
}
.AnyTagClassName
{
color: #56D9C7;
}
</style>
background-color css
<style>
a { background-color: #56D9C7; }
a { background-color: rgb(86,217,199); }
div.DivClassName
{
background-color: #56D9C7;
}
.BgClassName
{
background-color: #56D9C7;
}
</style>
border-color css
<style>
span { border-color: #56D9C7; }
span { border-color: rgb(86,217,199); }
td.TdClassName
{
border-color: #56D9C7;
}
.TagClassName
{
border-color: #56D9C7;
}
</style>