Shades of Medium Turquoise #56C2BE
Tints of Medium Turquoise #56C2BE
RGB
CMYK
RGB Variations
Color information
#56C2BE (or 0x56C2BE) is known color: Medium Turquoise. HEX triplet: 56, C2 and BE. RGB value is (86,194,190). Sum of RGB (Red+Green+Blue) = 86+194+190=470 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.30% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 190 (74.61% from 255 or 40.43% from 470); Max value from RGB is 194 - color contains mainly: green. Hex color #56C2BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C2BE is #A93D41. Grayscale: #A1A1A1. Windows color (decimal): -11091266 or 12501590. OLE color: 12501590.
HSL color Cylindrical-coordinate representation of color #56C2BE: hue angle of 177.78º degrees, saturation: 0.47, 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 #56C2BE is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 194 | 190 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.24 |
| HSL | 177.78º | 0.47% | 0.55% | - |
| HSV(B) | 177.78º | 0.56% | 0.76% | - |
| XYZ | 32.42 | 44.28 | 55.55 | - |
| YUV | 161.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 194 | 190 | 0.56 | 0 | 0.02 | 0.24 | 177.78 | 0.47 | 0.55 |
| Hex | 56 | C2 | BE | 38 | 0 | 2 | 18 | B2 | 2F | 37 |
| Octal | 126 | 302 | 276 | 70 | 0 | 2 | 30 | 262 | 57 | 67 |
| Binary | 1010110 | 11000010 | 10111110 | 111000 | 0 | 10 | 11000 | 10110010 | 101111 | 110111 |
Color Harmonies of #56C2BE
Complementary color
Monochromatic Colors of #56C2BE
Black with #56C2BE
Text Example
Text Example
White with #56C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56C2BE; }
p { color: rgb(86,194,190); }
H1.HeaderClassName
{
color: #56C2BE;
}
.AnyTagClassName
{
color: #56C2BE;
}
</style>
background-color css
<style>
a { background-color: #56C2BE; }
a { background-color: rgb(86,194,190); }
div.DivClassName
{
background-color: #56C2BE;
}
.BgClassName
{
background-color: #56C2BE;
}
</style>
border-color css
<style>
span { border-color: #56C2BE; }
span { border-color: rgb(86,194,190); }
td.TdClassName
{
border-color: #56C2BE;
}
.TagClassName
{
border-color: #56C2BE;
}
</style>