Shades of Medium Turquoise #56DFDD
Tints of Medium Turquoise #56DFDD
RGB
CMYK
RGB Variations
Color information
#56DFDD (or 0x56DFDD) is known color: Medium Turquoise. HEX triplet: 56, DF and DD. RGB value is (86,223,221). Sum of RGB (Red+Green+Blue) = 86+223+221=530 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.23% from 530); Green value is 223 (87.5% from 255 or 42.08% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 223 - color contains mainly: green. Hex color #56DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DFDD is #A92022. Grayscale: #B5B5B5. Windows color (decimal): -11083811 or 14540630. OLE color: 14540630.
HSL color Cylindrical-coordinate representation of color #56DFDD: hue angle of 179.12º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DFDD is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 223 | 221 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.13 |
| HSL | 179.12º | 0.68% | 0.61% | - |
| HSV(B) | 179.12º | 0.61% | 0.87% | - |
| XYZ | 43.28 | 59.97 | 77.7 | - |
| YUV | 181.81 | 150.11 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 221 | 0.61 | 0 | 0.01 | 0.13 | 179.12 | 0.68 | 0.61 |
| Hex | 56 | DF | DD | 3D | 0 | 1 | D | B3 | 44 | 3D |
| Octal | 126 | 337 | 335 | 75 | 0 | 1 | 15 | 263 | 104 | 75 |
| Binary | 1010110 | 11011111 | 11011101 | 111101 | 0 | 1 | 1101 | 10110011 | 1000100 | 111101 |
Color Harmonies of #56DFDD
Complementary color
Monochromatic Colors of #56DFDD
Black with #56DFDD
Text Example
Text Example
White with #56DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DFDD; }
p { color: rgb(86,223,221); }
H1.HeaderClassName
{
color: #56DFDD;
}
.AnyTagClassName
{
color: #56DFDD;
}
</style>
background-color css
<style>
a { background-color: #56DFDD; }
a { background-color: rgb(86,223,221); }
div.DivClassName
{
background-color: #56DFDD;
}
.BgClassName
{
background-color: #56DFDD;
}
</style>
border-color css
<style>
span { border-color: #56DFDD; }
span { border-color: rgb(86,223,221); }
td.TdClassName
{
border-color: #56DFDD;
}
.TagClassName
{
border-color: #56DFDD;
}
</style>