Shades of Medium Turquoise #2EC9CB
Tints of Medium Turquoise #2EC9CB
RGB
CMYK
RGB Variations
Color information
#2EC9CB (or 0x2EC9CB) is known color: Medium Turquoise. HEX triplet: 2E, C9 and CB. RGB value is (46,201,203). Sum of RGB (Red+Green+Blue) = 46+201+203=450 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.22% from 450); Green value is 201 (78.91% from 255 or 44.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EC9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC9CB is #D13634. Grayscale: #9A9A9A. Windows color (decimal): -13710901 or 13355310. OLE color: 13355310.
HSL color Cylindrical-coordinate representation of color #2EC9CB: hue angle of 180.76º 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 #2EC9CB is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 201 | 203 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.20 |
| HSL | 180.76º | 0.63% | 0.49% | - |
| HSV(B) | 180.76º | 0.77% | 0.8% | - |
| XYZ | 32.79 | 46.67 | 63.78 | - |
| YUV | 154.88 | 155.15 | 50.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 203 | 0.77 | 0.01 | 0 | 0.20 | 180.76 | 0.63 | 0.49 |
| Hex | 2E | C9 | CB | 4D | 1 | 0 | 14 | B5 | 3F | 31 |
| Octal | 56 | 311 | 313 | 115 | 1 | 0 | 24 | 265 | 77 | 61 |
| Binary | 101110 | 11001001 | 11001011 | 1001101 | 1 | 0 | 10100 | 10110101 | 111111 | 110001 |
Color Harmonies of #2EC9CB
Complementary color
Monochromatic Colors of #2EC9CB
Black with #2EC9CB
Text Example
Text Example
White with #2EC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC9CB; }
p { color: rgb(46,201,203); }
H1.HeaderClassName
{
color: #2EC9CB;
}
.AnyTagClassName
{
color: #2EC9CB;
}
</style>
background-color css
<style>
a { background-color: #2EC9CB; }
a { background-color: rgb(46,201,203); }
div.DivClassName
{
background-color: #2EC9CB;
}
.BgClassName
{
background-color: #2EC9CB;
}
</style>
border-color css
<style>
span { border-color: #2EC9CB; }
span { border-color: rgb(46,201,203); }
td.TdClassName
{
border-color: #2EC9CB;
}
.TagClassName
{
border-color: #2EC9CB;
}
</style>