Shades of Medium Turquoise #2ECEBD
Tints of Medium Turquoise #2ECEBD
RGB
CMYK
RGB Variations
Color information
#2ECEBD (or 0x2ECEBD) is known color: Medium Turquoise. HEX triplet: 2E, CE and BD. RGB value is (46,206,189). Sum of RGB (Red+Green+Blue) = 46+206+189=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEBD is #D13142. Grayscale: #9C9C9C. Windows color (decimal): -13709635 or 12439086. OLE color: 12439086.
HSL color Cylindrical-coordinate representation of color #2ECEBD: hue angle of 173.62º 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 #2ECEBD is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 189 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.19 |
| HSL | 173.63º | 0.63% | 0.49% | - |
| HSV(B) | 173.63º | 0.78% | 0.81% | - |
| XYZ | 32.38 | 48.4 | 55.78 | - |
| YUV | 156.22 | 146.49 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 189 | 0.78 | 0 | 0.08 | 0.19 | 173.63 | 0.63 | 0.49 |
| Hex | 2E | CE | BD | 4E | 0 | 8 | 13 | AE | 3F | 31 |
| Octal | 56 | 316 | 275 | 116 | 0 | 10 | 23 | 256 | 77 | 61 |
| Binary | 101110 | 11001110 | 10111101 | 1001110 | 0 | 1000 | 10011 | 10101110 | 111111 | 110001 |
Color Harmonies of #2ECEBD
Complementary color
Monochromatic Colors of #2ECEBD
Black with #2ECEBD
Text Example
Text Example
White with #2ECEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEBD; }
p { color: rgb(46,206,189); }
H1.HeaderClassName
{
color: #2ECEBD;
}
.AnyTagClassName
{
color: #2ECEBD;
}
</style>
background-color css
<style>
a { background-color: #2ECEBD; }
a { background-color: rgb(46,206,189); }
div.DivClassName
{
background-color: #2ECEBD;
}
.BgClassName
{
background-color: #2ECEBD;
}
</style>
border-color css
<style>
span { border-color: #2ECEBD; }
span { border-color: rgb(46,206,189); }
td.TdClassName
{
border-color: #2ECEBD;
}
.TagClassName
{
border-color: #2ECEBD;
}
</style>