Shades of Medium Turquoise #2ECEBB
Tints of Medium Turquoise #2ECEBB
RGB
CMYK
RGB Variations
Color information
#2ECEBB (or 0x2ECEBB) is known color: Medium Turquoise. HEX triplet: 2E, CE and BB. RGB value is (46,206,187). Sum of RGB (Red+Green+Blue) = 46+206+187=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEBB is #D13144. Grayscale: #9B9B9B. Windows color (decimal): -13709637 or 12308014. OLE color: 12308014.
HSL color Cylindrical-coordinate representation of color #2ECEBB: hue angle of 172.88º 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 #2ECEBB is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 187 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.19 |
| HSL | 172.88º | 0.63% | 0.49% | - |
| HSV(B) | 172.88º | 0.78% | 0.81% | - |
| XYZ | 32.17 | 48.31 | 54.64 | - |
| YUV | 155.99 | 145.49 | 49.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 187 | 0.78 | 0 | 0.09 | 0.19 | 172.88 | 0.63 | 0.49 |
| Hex | 2E | CE | BB | 4E | 0 | 9 | 13 | AD | 3F | 31 |
| Octal | 56 | 316 | 273 | 116 | 0 | 11 | 23 | 255 | 77 | 61 |
| Binary | 101110 | 11001110 | 10111011 | 1001110 | 0 | 1001 | 10011 | 10101101 | 111111 | 110001 |
Color Harmonies of #2ECEBB
Complementary color
Monochromatic Colors of #2ECEBB
Black with #2ECEBB
Text Example
Text Example
White with #2ECEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEBB; }
p { color: rgb(46,206,187); }
H1.HeaderClassName
{
color: #2ECEBB;
}
.AnyTagClassName
{
color: #2ECEBB;
}
</style>
background-color css
<style>
a { background-color: #2ECEBB; }
a { background-color: rgb(46,206,187); }
div.DivClassName
{
background-color: #2ECEBB;
}
.BgClassName
{
background-color: #2ECEBB;
}
</style>
border-color css
<style>
span { border-color: #2ECEBB; }
span { border-color: rgb(46,206,187); }
td.TdClassName
{
border-color: #2ECEBB;
}
.TagClassName
{
border-color: #2ECEBB;
}
</style>