Shades of Medium Turquoise #2ECEC3
Tints of Medium Turquoise #2ECEC3
RGB
CMYK
RGB Variations
Color information
#2ECEC3 (or 0x2ECEC3) is known color: Medium Turquoise. HEX triplet: 2E, CE and C3. RGB value is (46,206,195). Sum of RGB (Red+Green+Blue) = 46+206+195=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 195 (76.56% from 255 or 43.62% from 447); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEC3 is #D1313C. Grayscale: #9C9C9C. Windows color (decimal): -13709629 or 12832302. OLE color: 12832302.
HSL color Cylindrical-coordinate representation of color #2ECEC3: hue angle of 175.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 #2ECEC3 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 195 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.19 |
| HSL | 175.88º | 0.63% | 0.49% | - |
| HSV(B) | 175.88º | 0.78% | 0.81% | - |
| XYZ | 33.05 | 48.66 | 59.28 | - |
| YUV | 156.91 | 149.49 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 195 | 0.78 | 0 | 0.05 | 0.19 | 175.88 | 0.63 | 0.49 |
| Hex | 2E | CE | C3 | 4E | 0 | 5 | 13 | B0 | 3F | 31 |
| Octal | 56 | 316 | 303 | 116 | 0 | 5 | 23 | 260 | 77 | 61 |
| Binary | 101110 | 11001110 | 11000011 | 1001110 | 0 | 101 | 10011 | 10110000 | 111111 | 110001 |
Color Harmonies of #2ECEC3
Complementary color
Monochromatic Colors of #2ECEC3
Black with #2ECEC3
Text Example
Text Example
White with #2ECEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEC3; }
p { color: rgb(46,206,195); }
H1.HeaderClassName
{
color: #2ECEC3;
}
.AnyTagClassName
{
color: #2ECEC3;
}
</style>
background-color css
<style>
a { background-color: #2ECEC3; }
a { background-color: rgb(46,206,195); }
div.DivClassName
{
background-color: #2ECEC3;
}
.BgClassName
{
background-color: #2ECEC3;
}
</style>
border-color css
<style>
span { border-color: #2ECEC3; }
span { border-color: rgb(46,206,195); }
td.TdClassName
{
border-color: #2ECEC3;
}
.TagClassName
{
border-color: #2ECEC3;
}
</style>