Shades of Medium Turquoise #2ECDC5
Tints of Medium Turquoise #2ECDC5
RGB
CMYK
RGB Variations
Color information
#2ECDC5 (or 0x2ECDC5) is known color: Medium Turquoise. HEX triplet: 2E, CD and C5. RGB value is (46,205,197). Sum of RGB (Red+Green+Blue) = 46+205+197=448 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.27% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECDC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDC5 is #D1323A. Grayscale: #9C9C9C. Windows color (decimal): -13709883 or 12963118. OLE color: 12963118.
HSL color Cylindrical-coordinate representation of color #2ECDC5: hue angle of 176.98º 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 #2ECDC5 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 197 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.20 |
| HSL | 176.98º | 0.63% | 0.49% | - |
| HSV(B) | 176.98º | 0.78% | 0.8% | - |
| XYZ | 33.04 | 48.27 | 60.4 | - |
| YUV | 156.55 | 150.82 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 197 | 0.78 | 0 | 0.04 | 0.20 | 176.98 | 0.63 | 0.49 |
| Hex | 2E | CD | C5 | 4E | 0 | 4 | 14 | B1 | 3F | 31 |
| Octal | 56 | 315 | 305 | 116 | 0 | 4 | 24 | 261 | 77 | 61 |
| Binary | 101110 | 11001101 | 11000101 | 1001110 | 0 | 100 | 10100 | 10110001 | 111111 | 110001 |
Color Harmonies of #2ECDC5
Complementary color
Monochromatic Colors of #2ECDC5
Black with #2ECDC5
Text Example
Text Example
White with #2ECDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDC5; }
p { color: rgb(46,205,197); }
H1.HeaderClassName
{
color: #2ECDC5;
}
.AnyTagClassName
{
color: #2ECDC5;
}
</style>
background-color css
<style>
a { background-color: #2ECDC5; }
a { background-color: rgb(46,205,197); }
div.DivClassName
{
background-color: #2ECDC5;
}
.BgClassName
{
background-color: #2ECDC5;
}
</style>
border-color css
<style>
span { border-color: #2ECDC5; }
span { border-color: rgb(46,205,197); }
td.TdClassName
{
border-color: #2ECDC5;
}
.TagClassName
{
border-color: #2ECDC5;
}
</style>