Shades of Medium Turquoise #2ECFC0
Tints of Medium Turquoise #2ECFC0
RGB
CMYK
RGB Variations
Color information
#2ECFC0 (or 0x2ECFC0) is known color: Medium Turquoise. HEX triplet: 2E, CF and C0. RGB value is (46,207,192). Sum of RGB (Red+Green+Blue) = 46+207+192=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFC0 is #D1303F. Grayscale: #9D9D9D. Windows color (decimal): -13709376 or 12635950. OLE color: 12635950.
HSL color Cylindrical-coordinate representation of color #2ECFC0: hue angle of 174.41º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECFC0 is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 192 | - |
| CMYK | 0.78 | 0 | 0.07 | 0.19 |
| HSL | 174.41º | 0.64% | 0.5% | - |
| HSV(B) | 174.41º | 0.78% | 0.81% | - |
| XYZ | 32.95 | 49.01 | 57.59 | - |
| YUV | 157.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 192 | 0.78 | 0 | 0.07 | 0.19 | 174.41 | 0.64 | 0.5 |
| Hex | 2E | CF | C0 | 4E | 0 | 7 | 13 | AE | 40 | 32 |
| Octal | 56 | 317 | 300 | 116 | 0 | 7 | 23 | 256 | 100 | 62 |
| Binary | 101110 | 11001111 | 11000000 | 1001110 | 0 | 111 | 10011 | 10101110 | 1000000 | 110010 |
Color Harmonies of #2ECFC0
Complementary color
Monochromatic Colors of #2ECFC0
Black with #2ECFC0
Text Example
Text Example
White with #2ECFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFC0; }
p { color: rgb(46,207,192); }
H1.HeaderClassName
{
color: #2ECFC0;
}
.AnyTagClassName
{
color: #2ECFC0;
}
</style>
background-color css
<style>
a { background-color: #2ECFC0; }
a { background-color: rgb(46,207,192); }
div.DivClassName
{
background-color: #2ECFC0;
}
.BgClassName
{
background-color: #2ECFC0;
}
</style>
border-color css
<style>
span { border-color: #2ECFC0; }
span { border-color: rgb(46,207,192); }
td.TdClassName
{
border-color: #2ECFC0;
}
.TagClassName
{
border-color: #2ECFC0;
}
</style>