Shades of Medium Turquoise #2EC9CC
Tints of Medium Turquoise #2EC9CC
RGB
CMYK
RGB Variations
Color information
#2EC9CC (or 0x2EC9CC) is known color: Medium Turquoise. HEX triplet: 2E, C9 and CC. RGB value is (46,201,204). Sum of RGB (Red+Green+Blue) = 46+201+204=451 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.20% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #2EC9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC9CC is #D13633. Grayscale: #9A9A9A. Windows color (decimal): -13710900 or 13420846. OLE color: 13420846.
HSL color Cylindrical-coordinate representation of color #2EC9CC: hue angle of 181.14º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC9CC is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 201 | 204 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.2 |
| HSL | 181.14º | 0.63% | 0.49% | - |
| HSV(B) | 181.14º | 0.77% | 0.8% | - |
| XYZ | 32.91 | 46.71 | 64.41 | - |
| YUV | 155 | 155.65 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 204 | 0.77 | 0.01 | 0 | 0.2 | 181.14 | 0.63 | 0.49 |
| Hex | 2E | C9 | CC | 4D | 1 | 0 | 14 | B5 | 3F | 31 |
| Octal | 56 | 311 | 314 | 115 | 1 | 0 | 24 | 265 | 77 | 61 |
| Binary | 101110 | 11001001 | 11001100 | 1001101 | 1 | 0 | 10100 | 10110101 | 111111 | 110001 |
Color Harmonies of #2EC9CC
Complementary color
Monochromatic Colors of #2EC9CC
Black with #2EC9CC
Text Example
Text Example
White with #2EC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9CC; }
p { color: rgb(46,201,204); }
H1.HeaderClassName
{
color: #2EC9CC;
}
.AnyTagClassName
{
color: #2EC9CC;
}
</style>
background-color css
<style>
a { background-color: #2EC9CC; }
a { background-color: rgb(46,201,204); }
div.DivClassName
{
background-color: #2EC9CC;
}
.BgClassName
{
background-color: #2EC9CC;
}
</style>
border-color css
<style>
span { border-color: #2EC9CC; }
span { border-color: rgb(46,201,204); }
td.TdClassName
{
border-color: #2EC9CC;
}
.TagClassName
{
border-color: #2EC9CC;
}
</style>