Shades of Medium Turquoise #56C8BB
Tints of Medium Turquoise #56C8BB
RGB
CMYK
RGB Variations
Color information
#56C8BB (or 0x56C8BB) is known color: Medium Turquoise. HEX triplet: 56, C8 and BB. RGB value is (86,200,187). Sum of RGB (Red+Green+Blue) = 86+200+187=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 200 (78.52% from 255 or 42.28% from 473); Blue value is 187 (73.44% from 255 or 39.53% from 473); Max value from RGB is 200 - color contains mainly: green. Hex color #56C8BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C8BB is #A93744. Grayscale: #A4A4A4. Windows color (decimal): -11089733 or 12306518. OLE color: 12306518.
HSL color Cylindrical-coordinate representation of color #56C8BB: hue angle of 173.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #56C8BB is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 200 | 187 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.22 |
| HSL | 173.16º | 0.51% | 0.56% | - |
| HSV(B) | 173.16º | 0.57% | 0.78% | - |
| XYZ | 33.46 | 46.87 | 54.3 | - |
| YUV | 164.43 | 140.73 | 72.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 200 | 187 | 0.57 | 0 | 0.06 | 0.22 | 173.16 | 0.51 | 0.56 |
| Hex | 56 | C8 | BB | 39 | 0 | 6 | 16 | AD | 33 | 38 |
| Octal | 126 | 310 | 273 | 71 | 0 | 6 | 26 | 255 | 63 | 70 |
| Binary | 1010110 | 11001000 | 10111011 | 111001 | 0 | 110 | 10110 | 10101101 | 110011 | 111000 |
Color Harmonies of #56C8BB
Complementary color
Monochromatic Colors of #56C8BB
Black with #56C8BB
Text Example
Text Example
White with #56C8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C8BB; }
p { color: rgb(86,200,187); }
H1.HeaderClassName
{
color: #56C8BB;
}
.AnyTagClassName
{
color: #56C8BB;
}
</style>
background-color css
<style>
a { background-color: #56C8BB; }
a { background-color: rgb(86,200,187); }
div.DivClassName
{
background-color: #56C8BB;
}
.BgClassName
{
background-color: #56C8BB;
}
</style>
border-color css
<style>
span { border-color: #56C8BB; }
span { border-color: rgb(86,200,187); }
td.TdClassName
{
border-color: #56C8BB;
}
.TagClassName
{
border-color: #56C8BB;
}
</style>