Shades of Medium Turquoise #2ECDB9
Tints of Medium Turquoise #2ECDB9
RGB
CMYK
RGB Variations
Color information
#2ECDB9 (or 0x2ECDB9) is known color: Medium Turquoise. HEX triplet: 2E, CD and B9. RGB value is (46,205,185). Sum of RGB (Red+Green+Blue) = 46+205+185=436 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.55% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDB9 is #D13246. Grayscale: #9B9B9B. Windows color (decimal): -13709895 or 12176686. OLE color: 12176686.
HSL color Cylindrical-coordinate representation of color #2ECDB9: hue angle of 172.45º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECDB9 is Cyan = 0.78, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 185 | - |
| CMYK | 0.78 | 0 | 0.10 | 0.20 |
| HSL | 172.45º | 0.63% | 0.49% | - |
| HSV(B) | 172.45º | 0.78% | 0.8% | - |
| XYZ | 31.71 | 47.75 | 53.44 | - |
| YUV | 155.18 | 144.82 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 185 | 0.78 | 0 | 0.10 | 0.20 | 172.45 | 0.63 | 0.49 |
| Hex | 2E | CD | B9 | 4E | 0 | A | 14 | AC | 3F | 31 |
| Octal | 56 | 315 | 271 | 116 | 0 | 12 | 24 | 254 | 77 | 61 |
| Binary | 101110 | 11001101 | 10111001 | 1001110 | 0 | 1010 | 10100 | 10101100 | 111111 | 110001 |
Color Harmonies of #2ECDB9
Complementary color
Monochromatic Colors of #2ECDB9
Black with #2ECDB9
Text Example
Text Example
White with #2ECDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDB9; }
p { color: rgb(46,205,185); }
H1.HeaderClassName
{
color: #2ECDB9;
}
.AnyTagClassName
{
color: #2ECDB9;
}
</style>
background-color css
<style>
a { background-color: #2ECDB9; }
a { background-color: rgb(46,205,185); }
div.DivClassName
{
background-color: #2ECDB9;
}
.BgClassName
{
background-color: #2ECDB9;
}
</style>
border-color css
<style>
span { border-color: #2ECDB9; }
span { border-color: rgb(46,205,185); }
td.TdClassName
{
border-color: #2ECDB9;
}
.TagClassName
{
border-color: #2ECDB9;
}
</style>