Shades of Medium Turquoise #2EC3C2
Tints of Medium Turquoise #2EC3C2
RGB
CMYK
RGB Variations
Color information
#2EC3C2 (or 0x2EC3C2) is known color: Medium Turquoise. HEX triplet: 2E, C3 and C2. RGB value is (46,195,194). Sum of RGB (Red+Green+Blue) = 46+195+194=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 194 (76.17% from 255 or 44.60% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC3C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC3C2 is #D13C3D. Grayscale: #969696. Windows color (decimal): -13712446 or 12763950. OLE color: 12763950.
HSL color Cylindrical-coordinate representation of color #2EC3C2: hue angle of 179.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC3C2 is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 194 | - |
| CMYK | 0.76 | 0 | 0.01 | 0.24 |
| HSL | 179.6º | 0.62% | 0.47% | - |
| HSV(B) | 179.6º | 0.76% | 0.76% | - |
| XYZ | 30.38 | 43.51 | 57.84 | - |
| YUV | 150.34 | 152.64 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 194 | 0.76 | 0 | 0.01 | 0.24 | 179.6 | 0.62 | 0.47 |
| Hex | 2E | C3 | C2 | 4C | 0 | 1 | 18 | B4 | 3E | 2F |
| Octal | 56 | 303 | 302 | 114 | 0 | 1 | 30 | 264 | 76 | 57 |
| Binary | 101110 | 11000011 | 11000010 | 1001100 | 0 | 1 | 11000 | 10110100 | 111110 | 101111 |
Color Harmonies of #2EC3C2
Complementary color
Monochromatic Colors of #2EC3C2
Black with #2EC3C2
Text Example
Text Example
White with #2EC3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC3C2; }
p { color: rgb(46,195,194); }
H1.HeaderClassName
{
color: #2EC3C2;
}
.AnyTagClassName
{
color: #2EC3C2;
}
</style>
background-color css
<style>
a { background-color: #2EC3C2; }
a { background-color: rgb(46,195,194); }
div.DivClassName
{
background-color: #2EC3C2;
}
.BgClassName
{
background-color: #2EC3C2;
}
</style>
border-color css
<style>
span { border-color: #2EC3C2; }
span { border-color: rgb(46,195,194); }
td.TdClassName
{
border-color: #2EC3C2;
}
.TagClassName
{
border-color: #2EC3C2;
}
</style>