Shades of Medium Turquoise #2ECECD
Tints of Medium Turquoise #2ECECD
RGB
CMYK
RGB Variations
Color information
#2ECECD (or 0x2ECECD) is known color: Medium Turquoise. HEX triplet: 2E, CE and CD. RGB value is (46,206,205). Sum of RGB (Red+Green+Blue) = 46+206+205=457 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.07% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECECD is #D13132. Grayscale: #9D9D9D. Windows color (decimal): -13709619 or 13487662. OLE color: 13487662.
HSL color Cylindrical-coordinate representation of color #2ECECD: hue angle of 179.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 #2ECECD is Cyan = 0.78, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 205 | - |
| CMYK | 0.78 | 0 | 0.00 | 0.19 |
| HSL | 179.63º | 0.63% | 0.49% | - |
| HSV(B) | 179.63º | 0.78% | 0.81% | - |
| XYZ | 34.22 | 49.13 | 65.44 | - |
| YUV | 158.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 205 | 0.78 | 0 | 0.00 | 0.19 | 179.63 | 0.63 | 0.49 |
| Hex | 2E | CE | CD | 4E | 0 | 0 | 13 | B4 | 3F | 31 |
| Octal | 56 | 316 | 315 | 116 | 0 | 0 | 23 | 264 | 77 | 61 |
| Binary | 101110 | 11001110 | 11001101 | 1001110 | 0 | 0 | 10011 | 10110100 | 111111 | 110001 |
Color Harmonies of #2ECECD
Complementary color
Monochromatic Colors of #2ECECD
Black with #2ECECD
Text Example
Text Example
White with #2ECECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECECD; }
p { color: rgb(46,206,205); }
H1.HeaderClassName
{
color: #2ECECD;
}
.AnyTagClassName
{
color: #2ECECD;
}
</style>
background-color css
<style>
a { background-color: #2ECECD; }
a { background-color: rgb(46,206,205); }
div.DivClassName
{
background-color: #2ECECD;
}
.BgClassName
{
background-color: #2ECECD;
}
</style>
border-color css
<style>
span { border-color: #2ECECD; }
span { border-color: rgb(46,206,205); }
td.TdClassName
{
border-color: #2ECECD;
}
.TagClassName
{
border-color: #2ECECD;
}
</style>