Shades of Medium Turquoise #2EC8CE
Tints of Medium Turquoise #2EC8CE
RGB
CMYK
RGB Variations
Color information
#2EC8CE (or 0x2EC8CE) is known color: Medium Turquoise. HEX triplet: 2E, C8 and CE. RGB value is (46,200,206). Sum of RGB (Red+Green+Blue) = 46+200+206=452 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.18% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #2EC8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC8CE is #D13731. Grayscale: #9A9A9A. Windows color (decimal): -13711154 or 13551662. OLE color: 13551662.
HSL color Cylindrical-coordinate representation of color #2EC8CE: hue angle of 182.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EC8CE is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 200 | 206 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.19 |
| HSL | 182.25º | 0.63% | 0.49% | - |
| HSV(B) | 182.25º | 0.78% | 0.81% | - |
| XYZ | 32.92 | 46.35 | 65.6 | - |
| YUV | 154.64 | 156.98 | 50.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 206 | 0.78 | 0.03 | 0 | 0.19 | 182.25 | 0.63 | 0.49 |
| Hex | 2E | C8 | CE | 4E | 3 | 0 | 13 | B6 | 3F | 31 |
| Octal | 56 | 310 | 316 | 116 | 3 | 0 | 23 | 266 | 77 | 61 |
| Binary | 101110 | 11001000 | 11001110 | 1001110 | 11 | 0 | 10011 | 10110110 | 111111 | 110001 |
Color Harmonies of #2EC8CE
Complementary color
Monochromatic Colors of #2EC8CE
Black with #2EC8CE
Text Example
Text Example
White with #2EC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC8CE; }
p { color: rgb(46,200,206); }
H1.HeaderClassName
{
color: #2EC8CE;
}
.AnyTagClassName
{
color: #2EC8CE;
}
</style>
background-color css
<style>
a { background-color: #2EC8CE; }
a { background-color: rgb(46,200,206); }
div.DivClassName
{
background-color: #2EC8CE;
}
.BgClassName
{
background-color: #2EC8CE;
}
</style>
border-color css
<style>
span { border-color: #2EC8CE; }
span { border-color: rgb(46,200,206); }
td.TdClassName
{
border-color: #2EC8CE;
}
.TagClassName
{
border-color: #2EC8CE;
}
</style>