Shades of Medium Turquoise #2ECCBA
Tints of Medium Turquoise #2ECCBA
RGB
CMYK
RGB Variations
Color information
#2ECCBA (or 0x2ECCBA) is known color: Medium Turquoise. HEX triplet: 2E, CC and BA. RGB value is (46,204,186). Sum of RGB (Red+Green+Blue) = 46+204+186=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCBA is #D13345. Grayscale: #9A9A9A. Windows color (decimal): -13710150 or 12241966. OLE color: 12241966.
HSL color Cylindrical-coordinate representation of color #2ECCBA: hue angle of 173.16º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECCBA is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 186 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.2 |
| HSL | 173.16º | 0.63% | 0.49% | - |
| HSV(B) | 173.16º | 0.77% | 0.8% | - |
| XYZ | 31.58 | 47.31 | 53.92 | - |
| YUV | 154.71 | 145.65 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 186 | 0.77 | 0 | 0.09 | 0.2 | 173.16 | 0.63 | 0.49 |
| Hex | 2E | CC | BA | 4D | 0 | 9 | 14 | AD | 3F | 31 |
| Octal | 56 | 314 | 272 | 115 | 0 | 11 | 24 | 255 | 77 | 61 |
| Binary | 101110 | 11001100 | 10111010 | 1001101 | 0 | 1001 | 10100 | 10101101 | 111111 | 110001 |
Color Harmonies of #2ECCBA
Complementary color
Monochromatic Colors of #2ECCBA
Black with #2ECCBA
Text Example
Text Example
White with #2ECCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCBA; }
p { color: rgb(46,204,186); }
H1.HeaderClassName
{
color: #2ECCBA;
}
.AnyTagClassName
{
color: #2ECCBA;
}
</style>
background-color css
<style>
a { background-color: #2ECCBA; }
a { background-color: rgb(46,204,186); }
div.DivClassName
{
background-color: #2ECCBA;
}
.BgClassName
{
background-color: #2ECCBA;
}
</style>
border-color css
<style>
span { border-color: #2ECCBA; }
span { border-color: rgb(46,204,186); }
td.TdClassName
{
border-color: #2ECCBA;
}
.TagClassName
{
border-color: #2ECCBA;
}
</style>