Shades of Medium Turquoise #2ECDC9
Tints of Medium Turquoise #2ECDC9
RGB
CMYK
RGB Variations
Color information
#2ECDC9 (or 0x2ECDC9) is known color: Medium Turquoise. HEX triplet: 2E, CD and C9. RGB value is (46,205,201). Sum of RGB (Red+Green+Blue) = 46+205+201=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDC9 is #D13236. Grayscale: #9C9C9C. Windows color (decimal): -13709879 or 13225262. OLE color: 13225262.
HSL color Cylindrical-coordinate representation of color #2ECDC9: hue angle of 178.49º 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 #2ECDC9 is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 201 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.20 |
| HSL | 178.49º | 0.63% | 0.49% | - |
| HSV(B) | 178.49º | 0.78% | 0.8% | - |
| XYZ | 33.5 | 48.46 | 62.85 | - |
| YUV | 157 | 152.82 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 201 | 0.78 | 0 | 0.02 | 0.20 | 178.49 | 0.63 | 0.49 |
| Hex | 2E | CD | C9 | 4E | 0 | 2 | 14 | B2 | 3F | 31 |
| Octal | 56 | 315 | 311 | 116 | 0 | 2 | 24 | 262 | 77 | 61 |
| Binary | 101110 | 11001101 | 11001001 | 1001110 | 0 | 10 | 10100 | 10110010 | 111111 | 110001 |
Color Harmonies of #2ECDC9
Complementary color
Monochromatic Colors of #2ECDC9
Black with #2ECDC9
Text Example
Text Example
White with #2ECDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDC9; }
p { color: rgb(46,205,201); }
H1.HeaderClassName
{
color: #2ECDC9;
}
.AnyTagClassName
{
color: #2ECDC9;
}
</style>
background-color css
<style>
a { background-color: #2ECDC9; }
a { background-color: rgb(46,205,201); }
div.DivClassName
{
background-color: #2ECDC9;
}
.BgClassName
{
background-color: #2ECDC9;
}
</style>
border-color css
<style>
span { border-color: #2ECDC9; }
span { border-color: rgb(46,205,201); }
td.TdClassName
{
border-color: #2ECDC9;
}
.TagClassName
{
border-color: #2ECDC9;
}
</style>