Shades of Medium Turquoise #56D5D9
Tints of Medium Turquoise #56D5D9
RGB
CMYK
RGB Variations
Color information
#56D5D9 (or 0x56D5D9) is known color: Medium Turquoise. HEX triplet: 56, D5 and D9. RGB value is (86,213,217). Sum of RGB (Red+Green+Blue) = 86+213+217=516 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.67% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #56D5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D5D9 is #A92A26. Grayscale: #AFAFAF. Windows color (decimal): -11086375 or 14275926. OLE color: 14275926.
HSL color Cylindrical-coordinate representation of color #56D5D9: hue angle of 181.83º 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 #56D5D9 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 213 | 217 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.15 |
| HSL | 181.83º | 0.63% | 0.59% | - |
| HSV(B) | 181.83º | 0.6% | 0.85% | - |
| XYZ | 40.16 | 54.58 | 74.06 | - |
| YUV | 175.48 | 151.42 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 213 | 217 | 0.60 | 0.02 | 0 | 0.15 | 181.83 | 0.63 | 0.59 |
| Hex | 56 | D5 | D9 | 3C | 2 | 0 | F | B6 | 3F | 3B |
| Octal | 126 | 325 | 331 | 74 | 2 | 0 | 17 | 266 | 77 | 73 |
| Binary | 1010110 | 11010101 | 11011001 | 111100 | 10 | 0 | 1111 | 10110110 | 111111 | 111011 |
Color Harmonies of #56D5D9
Complementary color
Monochromatic Colors of #56D5D9
Black with #56D5D9
Text Example
Text Example
White with #56D5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D5D9; }
p { color: rgb(86,213,217); }
H1.HeaderClassName
{
color: #56D5D9;
}
.AnyTagClassName
{
color: #56D5D9;
}
</style>
background-color css
<style>
a { background-color: #56D5D9; }
a { background-color: rgb(86,213,217); }
div.DivClassName
{
background-color: #56D5D9;
}
.BgClassName
{
background-color: #56D5D9;
}
</style>
border-color css
<style>
span { border-color: #56D5D9; }
span { border-color: rgb(86,213,217); }
td.TdClassName
{
border-color: #56D5D9;
}
.TagClassName
{
border-color: #56D5D9;
}
</style>