Shades of Medium Turquoise #2ECEBC
Tints of Medium Turquoise #2ECEBC
RGB
CMYK
RGB Variations
Color information
#2ECEBC (or 0x2ECEBC) is known color: Medium Turquoise. HEX triplet: 2E, CE and BC. RGB value is (46,206,188). Sum of RGB (Red+Green+Blue) = 46+206+188=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEBC is #D13143. Grayscale: #9C9C9C. Windows color (decimal): -13709636 or 12373550. OLE color: 12373550.
HSL color Cylindrical-coordinate representation of color #2ECEBC: hue angle of 173.25º 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 #2ECEBC is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 188 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.19 |
| HSL | 173.25º | 0.63% | 0.49% | - |
| HSV(B) | 173.25º | 0.78% | 0.81% | - |
| XYZ | 32.28 | 48.35 | 55.21 | - |
| YUV | 156.11 | 145.99 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 188 | 0.78 | 0 | 0.09 | 0.19 | 173.25 | 0.63 | 0.49 |
| Hex | 2E | CE | BC | 4E | 0 | 9 | 13 | AD | 3F | 31 |
| Octal | 56 | 316 | 274 | 116 | 0 | 11 | 23 | 255 | 77 | 61 |
| Binary | 101110 | 11001110 | 10111100 | 1001110 | 0 | 1001 | 10011 | 10101101 | 111111 | 110001 |
Color Harmonies of #2ECEBC
Complementary color
Monochromatic Colors of #2ECEBC
Black with #2ECEBC
Text Example
Text Example
White with #2ECEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEBC; }
p { color: rgb(46,206,188); }
H1.HeaderClassName
{
color: #2ECEBC;
}
.AnyTagClassName
{
color: #2ECEBC;
}
</style>
background-color css
<style>
a { background-color: #2ECEBC; }
a { background-color: rgb(46,206,188); }
div.DivClassName
{
background-color: #2ECEBC;
}
.BgClassName
{
background-color: #2ECEBC;
}
</style>
border-color css
<style>
span { border-color: #2ECEBC; }
span { border-color: rgb(46,206,188); }
td.TdClassName
{
border-color: #2ECEBC;
}
.TagClassName
{
border-color: #2ECEBC;
}
</style>