Shades of Medium Turquoise #2ECEBA
Tints of Medium Turquoise #2ECEBA
RGB
CMYK
RGB Variations
Color information
#2ECEBA (or 0x2ECEBA) is known color: Medium Turquoise. HEX triplet: 2E, CE and BA. RGB value is (46,206,186). Sum of RGB (Red+Green+Blue) = 46+206+186=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEBA is #D13145. Grayscale: #9B9B9B. Windows color (decimal): -13709638 or 12242478. OLE color: 12242478.
HSL color Cylindrical-coordinate representation of color #2ECEBA: hue angle of 172.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECEBA is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 186 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.19 |
| HSL | 172.5º | 0.63% | 0.49% | - |
| HSV(B) | 172.5º | 0.78% | 0.81% | - |
| XYZ | 32.06 | 48.27 | 54.08 | - |
| YUV | 155.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 186 | 0.78 | 0 | 0.10 | 0.19 | 172.5 | 0.63 | 0.49 |
| Hex | 2E | CE | BA | 4E | 0 | A | 13 | AC | 3F | 31 |
| Octal | 56 | 316 | 272 | 116 | 0 | 12 | 23 | 254 | 77 | 61 |
| Binary | 101110 | 11001110 | 10111010 | 1001110 | 0 | 1010 | 10011 | 10101100 | 111111 | 110001 |
Color Harmonies of #2ECEBA
Complementary color
Monochromatic Colors of #2ECEBA
Black with #2ECEBA
Text Example
Text Example
White with #2ECEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEBA; }
p { color: rgb(46,206,186); }
H1.HeaderClassName
{
color: #2ECEBA;
}
.AnyTagClassName
{
color: #2ECEBA;
}
</style>
background-color css
<style>
a { background-color: #2ECEBA; }
a { background-color: rgb(46,206,186); }
div.DivClassName
{
background-color: #2ECEBA;
}
.BgClassName
{
background-color: #2ECEBA;
}
</style>
border-color css
<style>
span { border-color: #2ECEBA; }
span { border-color: rgb(46,206,186); }
td.TdClassName
{
border-color: #2ECEBA;
}
.TagClassName
{
border-color: #2ECEBA;
}
</style>