Shades of Medium Turquoise #56C3BA
Tints of Medium Turquoise #56C3BA
RGB
CMYK
RGB Variations
Color information
#56C3BA (or 0x56C3BA) is known color: Medium Turquoise. HEX triplet: 56, C3 and BA. RGB value is (86,195,186). Sum of RGB (Red+Green+Blue) = 86+195+186=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 195 (76.56% from 255 or 41.76% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 195 - color contains mainly: green. Hex color #56C3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C3BA is #A93C45. Grayscale: #A1A1A1. Windows color (decimal): -11091014 or 12239702. OLE color: 12239702.
HSL color Cylindrical-coordinate representation of color #56C3BA: hue angle of 175.05º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #56C3BA is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 195 | 186 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.24 |
| HSL | 175.05º | 0.48% | 0.55% | - |
| HSV(B) | 175.05º | 0.56% | 0.76% | - |
| XYZ | 32.22 | 44.55 | 53.36 | - |
| YUV | 161.38 | 141.89 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 195 | 186 | 0.56 | 0 | 0.05 | 0.24 | 175.05 | 0.48 | 0.55 |
| Hex | 56 | C3 | BA | 38 | 0 | 5 | 18 | AF | 30 | 37 |
| Octal | 126 | 303 | 272 | 70 | 0 | 5 | 30 | 257 | 60 | 67 |
| Binary | 1010110 | 11000011 | 10111010 | 111000 | 0 | 101 | 11000 | 10101111 | 110000 | 110111 |
Color Harmonies of #56C3BA
Complementary color
Monochromatic Colors of #56C3BA
Black with #56C3BA
Text Example
Text Example
White with #56C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C3BA; }
p { color: rgb(86,195,186); }
H1.HeaderClassName
{
color: #56C3BA;
}
.AnyTagClassName
{
color: #56C3BA;
}
</style>
background-color css
<style>
a { background-color: #56C3BA; }
a { background-color: rgb(86,195,186); }
div.DivClassName
{
background-color: #56C3BA;
}
.BgClassName
{
background-color: #56C3BA;
}
</style>
border-color css
<style>
span { border-color: #56C3BA; }
span { border-color: rgb(86,195,186); }
td.TdClassName
{
border-color: #56C3BA;
}
.TagClassName
{
border-color: #56C3BA;
}
</style>