Shades of Medium Turquoise #56DDDA
Tints of Medium Turquoise #56DDDA
RGB
CMYK
RGB Variations
Color information
#56DDDA (or 0x56DDDA) is known color: Medium Turquoise. HEX triplet: 56, DD and DA. RGB value is (86,221,218). Sum of RGB (Red+Green+Blue) = 86+221+218=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #56DDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DDDA is #A92225. Grayscale: #B4B4B4. Windows color (decimal): -11084326 or 14343510. OLE color: 14343510.
HSL color Cylindrical-coordinate representation of color #56DDDA: hue angle of 178.67º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DDDA is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 221 | 218 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.13 |
| HSL | 178.67º | 0.67% | 0.6% | - |
| HSV(B) | 178.67º | 0.61% | 0.87% | - |
| XYZ | 42.35 | 58.75 | 75.44 | - |
| YUV | 180.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 218 | 0.61 | 0 | 0.01 | 0.13 | 178.67 | 0.67 | 0.6 |
| Hex | 56 | DD | DA | 3D | 0 | 1 | D | B3 | 43 | 3C |
| Octal | 126 | 335 | 332 | 75 | 0 | 1 | 15 | 263 | 103 | 74 |
| Binary | 1010110 | 11011101 | 11011010 | 111101 | 0 | 1 | 1101 | 10110011 | 1000011 | 111100 |
Color Harmonies of #56DDDA
Complementary color
Monochromatic Colors of #56DDDA
Black with #56DDDA
Text Example
Text Example
White with #56DDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DDDA; }
p { color: rgb(86,221,218); }
H1.HeaderClassName
{
color: #56DDDA;
}
.AnyTagClassName
{
color: #56DDDA;
}
</style>
background-color css
<style>
a { background-color: #56DDDA; }
a { background-color: rgb(86,221,218); }
div.DivClassName
{
background-color: #56DDDA;
}
.BgClassName
{
background-color: #56DDDA;
}
</style>
border-color css
<style>
span { border-color: #56DDDA; }
span { border-color: rgb(86,221,218); }
td.TdClassName
{
border-color: #56DDDA;
}
.TagClassName
{
border-color: #56DDDA;
}
</style>