Shades of Medium Turquoise #56DEDB
Tints of Medium Turquoise #56DEDB
RGB
CMYK
RGB Variations
Color information
#56DEDB (or 0x56DEDB) is known color: Medium Turquoise. HEX triplet: 56, DE and DB. RGB value is (86,222,219). Sum of RGB (Red+Green+Blue) = 86+222+219=527 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.32% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #56DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DEDB is #A92124. Grayscale: #B4B4B4. Windows color (decimal): -11084069 or 14409302. OLE color: 14409302.
HSL color Cylindrical-coordinate representation of color #56DEDB: hue angle of 178.68º 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 #56DEDB is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 222 | 219 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.13 |
| HSL | 178.68º | 0.67% | 0.6% | - |
| HSV(B) | 178.68º | 0.61% | 0.87% | - |
| XYZ | 42.75 | 59.34 | 76.22 | - |
| YUV | 180.99 | 149.44 | 60.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 222 | 219 | 0.61 | 0 | 0.01 | 0.13 | 178.68 | 0.67 | 0.6 |
| Hex | 56 | DE | DB | 3D | 0 | 1 | D | B3 | 43 | 3C |
| Octal | 126 | 336 | 333 | 75 | 0 | 1 | 15 | 263 | 103 | 74 |
| Binary | 1010110 | 11011110 | 11011011 | 111101 | 0 | 1 | 1101 | 10110011 | 1000011 | 111100 |
Color Harmonies of #56DEDB
Complementary color
Monochromatic Colors of #56DEDB
Black with #56DEDB
Text Example
Text Example
White with #56DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DEDB; }
p { color: rgb(86,222,219); }
H1.HeaderClassName
{
color: #56DEDB;
}
.AnyTagClassName
{
color: #56DEDB;
}
</style>
background-color css
<style>
a { background-color: #56DEDB; }
a { background-color: rgb(86,222,219); }
div.DivClassName
{
background-color: #56DEDB;
}
.BgClassName
{
background-color: #56DEDB;
}
</style>
border-color css
<style>
span { border-color: #56DEDB; }
span { border-color: rgb(86,222,219); }
td.TdClassName
{
border-color: #56DEDB;
}
.TagClassName
{
border-color: #56DEDB;
}
</style>