Shades of Medium Turquoise #56DBCC
Tints of Medium Turquoise #56DBCC
RGB
CMYK
RGB Variations
Color information
#56DBCC (or 0x56DBCC) is known color: Medium Turquoise. HEX triplet: 56, DB and CC. RGB value is (86,219,204). Sum of RGB (Red+Green+Blue) = 86+219+204=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DBCC is #A92433. Grayscale: #B1B1B1. Windows color (decimal): -11084852 or 13425494. OLE color: 13425494.
HSL color Cylindrical-coordinate representation of color #56DBCC: hue angle of 173.23º 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 #56DBCC is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 204 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.14 |
| HSL | 173.23º | 0.65% | 0.6% | - |
| HSV(B) | 173.23º | 0.61% | 0.86% | - |
| XYZ | 40.07 | 57 | 66.02 | - |
| YUV | 177.52 | 142.94 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 204 | 0.61 | 0 | 0.07 | 0.14 | 173.23 | 0.65 | 0.6 |
| Hex | 56 | DB | CC | 3D | 0 | 7 | E | AD | 41 | 3C |
| Octal | 126 | 333 | 314 | 75 | 0 | 7 | 16 | 255 | 101 | 74 |
| Binary | 1010110 | 11011011 | 11001100 | 111101 | 0 | 111 | 1110 | 10101101 | 1000001 | 111100 |
Color Harmonies of #56DBCC
Complementary color
Monochromatic Colors of #56DBCC
Black with #56DBCC
Text Example
Text Example
White with #56DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBCC; }
p { color: rgb(86,219,204); }
H1.HeaderClassName
{
color: #56DBCC;
}
.AnyTagClassName
{
color: #56DBCC;
}
</style>
background-color css
<style>
a { background-color: #56DBCC; }
a { background-color: rgb(86,219,204); }
div.DivClassName
{
background-color: #56DBCC;
}
.BgClassName
{
background-color: #56DBCC;
}
</style>
border-color css
<style>
span { border-color: #56DBCC; }
span { border-color: rgb(86,219,204); }
td.TdClassName
{
border-color: #56DBCC;
}
.TagClassName
{
border-color: #56DBCC;
}
</style>