Shades of Medium Turquoise #2ECFBD
Tints of Medium Turquoise #2ECFBD
RGB
CMYK
RGB Variations
Color information
#2ECFBD (or 0x2ECFBD) is known color: Medium Turquoise. HEX triplet: 2E, CF and BD. RGB value is (46,207,189). Sum of RGB (Red+Green+Blue) = 46+207+189=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFBD is #D13042. Grayscale: #9C9C9C. Windows color (decimal): -13709379 or 12439342. OLE color: 12439342.
HSL color Cylindrical-coordinate representation of color #2ECFBD: hue angle of 173.29º 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 #2ECFBD is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 189 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.19 |
| HSL | 173.29º | 0.64% | 0.5% | - |
| HSV(B) | 173.29º | 0.78% | 0.81% | - |
| XYZ | 32.62 | 48.88 | 55.86 | - |
| YUV | 156.81 | 146.16 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 189 | 0.78 | 0 | 0.09 | 0.19 | 173.29 | 0.64 | 0.5 |
| Hex | 2E | CF | BD | 4E | 0 | 9 | 13 | AD | 40 | 32 |
| Octal | 56 | 317 | 275 | 116 | 0 | 11 | 23 | 255 | 100 | 62 |
| Binary | 101110 | 11001111 | 10111101 | 1001110 | 0 | 1001 | 10011 | 10101101 | 1000000 | 110010 |
Color Harmonies of #2ECFBD
Complementary color
Monochromatic Colors of #2ECFBD
Black with #2ECFBD
Text Example
Text Example
White with #2ECFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFBD; }
p { color: rgb(46,207,189); }
H1.HeaderClassName
{
color: #2ECFBD;
}
.AnyTagClassName
{
color: #2ECFBD;
}
</style>
background-color css
<style>
a { background-color: #2ECFBD; }
a { background-color: rgb(46,207,189); }
div.DivClassName
{
background-color: #2ECFBD;
}
.BgClassName
{
background-color: #2ECFBD;
}
</style>
border-color css
<style>
span { border-color: #2ECFBD; }
span { border-color: rgb(46,207,189); }
td.TdClassName
{
border-color: #2ECFBD;
}
.TagClassName
{
border-color: #2ECFBD;
}
</style>