Shades of Medium Turquoise #56DBCB
Tints of Medium Turquoise #56DBCB
RGB
CMYK
RGB Variations
Color information
#56DBCB (or 0x56DBCB) is known color: Medium Turquoise. HEX triplet: 56, DB and CB. RGB value is (86,219,203). Sum of RGB (Red+Green+Blue) = 86+219+203=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DBCB is #A92434. Grayscale: #B1B1B1. Windows color (decimal): -11084853 or 13359958. OLE color: 13359958.
HSL color Cylindrical-coordinate representation of color #56DBCB: hue angle of 172.78º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DBCB is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 203 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.14 |
| HSL | 172.78º | 0.65% | 0.6% | - |
| HSV(B) | 172.78º | 0.61% | 0.86% | - |
| XYZ | 39.95 | 56.95 | 65.39 | - |
| YUV | 177.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 203 | 0.61 | 0 | 0.07 | 0.14 | 172.78 | 0.65 | 0.6 |
| Hex | 56 | DB | CB | 3D | 0 | 7 | E | AD | 41 | 3C |
| Octal | 126 | 333 | 313 | 75 | 0 | 7 | 16 | 255 | 101 | 74 |
| Binary | 1010110 | 11011011 | 11001011 | 111101 | 0 | 111 | 1110 | 10101101 | 1000001 | 111100 |
Color Harmonies of #56DBCB
Complementary color
Monochromatic Colors of #56DBCB
Black with #56DBCB
Text Example
Text Example
White with #56DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBCB; }
p { color: rgb(86,219,203); }
H1.HeaderClassName
{
color: #56DBCB;
}
.AnyTagClassName
{
color: #56DBCB;
}
</style>
background-color css
<style>
a { background-color: #56DBCB; }
a { background-color: rgb(86,219,203); }
div.DivClassName
{
background-color: #56DBCB;
}
.BgClassName
{
background-color: #56DBCB;
}
</style>
border-color css
<style>
span { border-color: #56DBCB; }
span { border-color: rgb(86,219,203); }
td.TdClassName
{
border-color: #56DBCB;
}
.TagClassName
{
border-color: #56DBCB;
}
</style>