Shades of Medium Turquoise #2ECFBE
Tints of Medium Turquoise #2ECFBE
RGB
CMYK
RGB Variations
Color information
#2ECFBE (or 0x2ECFBE) is known color: Medium Turquoise. HEX triplet: 2E, CF and BE. RGB value is (46,207,190). Sum of RGB (Red+Green+Blue) = 46+207+190=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECFBE is #D13041. Grayscale: #9C9C9C. Windows color (decimal): -13709378 or 12504878. OLE color: 12504878.
HSL color Cylindrical-coordinate representation of color #2ECFBE: hue angle of 173.66º 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 #2ECFBE is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 190 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.19 |
| HSL | 173.66º | 0.64% | 0.5% | - |
| HSV(B) | 173.66º | 0.78% | 0.81% | - |
| XYZ | 32.73 | 48.92 | 56.43 | - |
| YUV | 156.92 | 146.66 | 48.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 190 | 0.78 | 0 | 0.08 | 0.19 | 173.66 | 0.64 | 0.5 |
| Hex | 2E | CF | BE | 4E | 0 | 8 | 13 | AE | 40 | 32 |
| Octal | 56 | 317 | 276 | 116 | 0 | 10 | 23 | 256 | 100 | 62 |
| Binary | 101110 | 11001111 | 10111110 | 1001110 | 0 | 1000 | 10011 | 10101110 | 1000000 | 110010 |
Color Harmonies of #2ECFBE
Complementary color
Monochromatic Colors of #2ECFBE
Black with #2ECFBE
Text Example
Text Example
White with #2ECFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECFBE; }
p { color: rgb(46,207,190); }
H1.HeaderClassName
{
color: #2ECFBE;
}
.AnyTagClassName
{
color: #2ECFBE;
}
</style>
background-color css
<style>
a { background-color: #2ECFBE; }
a { background-color: rgb(46,207,190); }
div.DivClassName
{
background-color: #2ECFBE;
}
.BgClassName
{
background-color: #2ECFBE;
}
</style>
border-color css
<style>
span { border-color: #2ECFBE; }
span { border-color: rgb(46,207,190); }
td.TdClassName
{
border-color: #2ECFBE;
}
.TagClassName
{
border-color: #2ECFBE;
}
</style>