Shades of Medium Turquoise #2EC6CB
Tints of Medium Turquoise #2EC6CB
RGB
CMYK
RGB Variations
Color information
#2EC6CB (or 0x2EC6CB) is known color: Medium Turquoise. HEX triplet: 2E, C6 and CB. RGB value is (46,198,203). Sum of RGB (Red+Green+Blue) = 46+198+203=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #2EC6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC6CB is #D13934. Grayscale: #989898. Windows color (decimal): -13711669 or 13354542. OLE color: 13354542.
HSL color Cylindrical-coordinate representation of color #2EC6CB: hue angle of 181.91º 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 #2EC6CB is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 198 | 203 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.20 |
| HSL | 181.91º | 0.63% | 0.49% | - |
| HSV(B) | 181.91º | 0.77% | 0.8% | - |
| XYZ | 32.1 | 45.28 | 63.55 | - |
| YUV | 153.12 | 156.14 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 203 | 0.77 | 0.02 | 0 | 0.20 | 181.91 | 0.63 | 0.49 |
| Hex | 2E | C6 | CB | 4D | 2 | 0 | 14 | B6 | 3F | 31 |
| Octal | 56 | 306 | 313 | 115 | 2 | 0 | 24 | 266 | 77 | 61 |
| Binary | 101110 | 11000110 | 11001011 | 1001101 | 10 | 0 | 10100 | 10110110 | 111111 | 110001 |
Color Harmonies of #2EC6CB
Complementary color
Monochromatic Colors of #2EC6CB
Black with #2EC6CB
Text Example
Text Example
White with #2EC6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC6CB; }
p { color: rgb(46,198,203); }
H1.HeaderClassName
{
color: #2EC6CB;
}
.AnyTagClassName
{
color: #2EC6CB;
}
</style>
background-color css
<style>
a { background-color: #2EC6CB; }
a { background-color: rgb(46,198,203); }
div.DivClassName
{
background-color: #2EC6CB;
}
.BgClassName
{
background-color: #2EC6CB;
}
</style>
border-color css
<style>
span { border-color: #2EC6CB; }
span { border-color: rgb(46,198,203); }
td.TdClassName
{
border-color: #2EC6CB;
}
.TagClassName
{
border-color: #2EC6CB;
}
</style>