Shades of Medium Turquoise #2ECECB
Tints of Medium Turquoise #2ECECB
RGB
CMYK
RGB Variations
Color information
#2ECECB (or 0x2ECECB) is known color: Medium Turquoise. HEX triplet: 2E, CE and CB. RGB value is (46,206,203). Sum of RGB (Red+Green+Blue) = 46+206+203=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECECB is #D13134. Grayscale: #9D9D9D. Windows color (decimal): -13709621 or 13356590. OLE color: 13356590.
HSL color Cylindrical-coordinate representation of color #2ECECB: hue angle of 178.88º 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 #2ECECB is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 203 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.19 |
| HSL | 178.88º | 0.63% | 0.49% | - |
| HSV(B) | 178.88º | 0.78% | 0.81% | - |
| XYZ | 33.98 | 49.04 | 64.17 | - |
| YUV | 157.82 | 153.49 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 203 | 0.78 | 0 | 0.01 | 0.19 | 178.88 | 0.63 | 0.49 |
| Hex | 2E | CE | CB | 4E | 0 | 1 | 13 | B3 | 3F | 31 |
| Octal | 56 | 316 | 313 | 116 | 0 | 1 | 23 | 263 | 77 | 61 |
| Binary | 101110 | 11001110 | 11001011 | 1001110 | 0 | 1 | 10011 | 10110011 | 111111 | 110001 |
Color Harmonies of #2ECECB
Complementary color
Monochromatic Colors of #2ECECB
Black with #2ECECB
Text Example
Text Example
White with #2ECECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECECB; }
p { color: rgb(46,206,203); }
H1.HeaderClassName
{
color: #2ECECB;
}
.AnyTagClassName
{
color: #2ECECB;
}
</style>
background-color css
<style>
a { background-color: #2ECECB; }
a { background-color: rgb(46,206,203); }
div.DivClassName
{
background-color: #2ECECB;
}
.BgClassName
{
background-color: #2ECECB;
}
</style>
border-color css
<style>
span { border-color: #2ECECB; }
span { border-color: rgb(46,206,203); }
td.TdClassName
{
border-color: #2ECECB;
}
.TagClassName
{
border-color: #2ECECB;
}
</style>