Shades of Medium Turquoise #2ECECC
Tints of Medium Turquoise #2ECECC
RGB
CMYK
RGB Variations
Color information
#2ECECC (or 0x2ECECC) is known color: Medium Turquoise. HEX triplet: 2E, CE and CC. RGB value is (46,206,204). Sum of RGB (Red+Green+Blue) = 46+206+204=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECECC is #D13133. Grayscale: #9D9D9D. Windows color (decimal): -13709620 or 13422126. OLE color: 13422126.
HSL color Cylindrical-coordinate representation of color #2ECECC: hue angle of 179.25º 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 #2ECECC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 204 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.19 |
| HSL | 179.25º | 0.63% | 0.49% | - |
| HSV(B) | 179.25º | 0.78% | 0.81% | - |
| XYZ | 34.1 | 49.08 | 64.8 | - |
| YUV | 157.93 | 153.99 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 204 | 0.78 | 0 | 0.01 | 0.19 | 179.25 | 0.63 | 0.49 |
| Hex | 2E | CE | CC | 4E | 0 | 1 | 13 | B3 | 3F | 31 |
| Octal | 56 | 316 | 314 | 116 | 0 | 1 | 23 | 263 | 77 | 61 |
| Binary | 101110 | 11001110 | 11001100 | 1001110 | 0 | 1 | 10011 | 10110011 | 111111 | 110001 |
Color Harmonies of #2ECECC
Complementary color
Monochromatic Colors of #2ECECC
Black with #2ECECC
Text Example
Text Example
White with #2ECECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECECC; }
p { color: rgb(46,206,204); }
H1.HeaderClassName
{
color: #2ECECC;
}
.AnyTagClassName
{
color: #2ECECC;
}
</style>
background-color css
<style>
a { background-color: #2ECECC; }
a { background-color: rgb(46,206,204); }
div.DivClassName
{
background-color: #2ECECC;
}
.BgClassName
{
background-color: #2ECECC;
}
</style>
border-color css
<style>
span { border-color: #2ECECC; }
span { border-color: rgb(46,206,204); }
td.TdClassName
{
border-color: #2ECECC;
}
.TagClassName
{
border-color: #2ECECC;
}
</style>