Shades of Medium Turquoise #2ECDC1
Tints of Medium Turquoise #2ECDC1
RGB
CMYK
RGB Variations
Color information
#2ECDC1 (or 0x2ECDC1) is known color: Medium Turquoise. HEX triplet: 2E, CD and C1. RGB value is (46,205,193). Sum of RGB (Red+Green+Blue) = 46+205+193=444 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.36% from 444); Green value is 205 (80.47% from 255 or 46.17% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDC1 is #D1323E. Grayscale: #9B9B9B. Windows color (decimal): -13709887 or 12700974. OLE color: 12700974.
HSL color Cylindrical-coordinate representation of color #2ECDC1: hue angle of 175.47º 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 #2ECDC1 is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 193 | - |
| CMYK | 0.78 | 0 | 0.06 | 0.20 |
| HSL | 175.47º | 0.63% | 0.49% | - |
| HSV(B) | 175.47º | 0.78% | 0.8% | - |
| XYZ | 32.58 | 48.09 | 58.02 | - |
| YUV | 156.09 | 148.82 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 193 | 0.78 | 0 | 0.06 | 0.20 | 175.47 | 0.63 | 0.49 |
| Hex | 2E | CD | C1 | 4E | 0 | 6 | 14 | AF | 3F | 31 |
| Octal | 56 | 315 | 301 | 116 | 0 | 6 | 24 | 257 | 77 | 61 |
| Binary | 101110 | 11001101 | 11000001 | 1001110 | 0 | 110 | 10100 | 10101111 | 111111 | 110001 |
Color Harmonies of #2ECDC1
Complementary color
Monochromatic Colors of #2ECDC1
Black with #2ECDC1
Text Example
Text Example
White with #2ECDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDC1; }
p { color: rgb(46,205,193); }
H1.HeaderClassName
{
color: #2ECDC1;
}
.AnyTagClassName
{
color: #2ECDC1;
}
</style>
background-color css
<style>
a { background-color: #2ECDC1; }
a { background-color: rgb(46,205,193); }
div.DivClassName
{
background-color: #2ECDC1;
}
.BgClassName
{
background-color: #2ECDC1;
}
</style>
border-color css
<style>
span { border-color: #2ECDC1; }
span { border-color: rgb(46,205,193); }
td.TdClassName
{
border-color: #2ECDC1;
}
.TagClassName
{
border-color: #2ECDC1;
}
</style>