Shades of Medium Turquoise #2ECCC3
Tints of Medium Turquoise #2ECCC3
RGB
CMYK
RGB Variations
Color information
#2ECCC3 (or 0x2ECCC3) is known color: Medium Turquoise. HEX triplet: 2E, CC and C3. RGB value is (46,204,195). Sum of RGB (Red+Green+Blue) = 46+204+195=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 195 (76.56% from 255 or 43.82% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECCC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCC3 is #D1333C. Grayscale: #9B9B9B. Windows color (decimal): -13710141 or 12831790. OLE color: 12831790.
HSL color Cylindrical-coordinate representation of color #2ECCC3: hue angle of 176.58º 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 #2ECCC3 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 195 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.2 |
| HSL | 176.58º | 0.63% | 0.49% | - |
| HSV(B) | 176.58º | 0.77% | 0.8% | - |
| XYZ | 32.57 | 47.71 | 59.12 | - |
| YUV | 155.73 | 150.15 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 195 | 0.77 | 0 | 0.04 | 0.2 | 176.58 | 0.63 | 0.49 |
| Hex | 2E | CC | C3 | 4D | 0 | 4 | 14 | B1 | 3F | 31 |
| Octal | 56 | 314 | 303 | 115 | 0 | 4 | 24 | 261 | 77 | 61 |
| Binary | 101110 | 11001100 | 11000011 | 1001101 | 0 | 100 | 10100 | 10110001 | 111111 | 110001 |
Color Harmonies of #2ECCC3
Complementary color
Monochromatic Colors of #2ECCC3
Black with #2ECCC3
Text Example
Text Example
White with #2ECCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCC3; }
p { color: rgb(46,204,195); }
H1.HeaderClassName
{
color: #2ECCC3;
}
.AnyTagClassName
{
color: #2ECCC3;
}
</style>
background-color css
<style>
a { background-color: #2ECCC3; }
a { background-color: rgb(46,204,195); }
div.DivClassName
{
background-color: #2ECCC3;
}
.BgClassName
{
background-color: #2ECCC3;
}
</style>
border-color css
<style>
span { border-color: #2ECCC3; }
span { border-color: rgb(46,204,195); }
td.TdClassName
{
border-color: #2ECCC3;
}
.TagClassName
{
border-color: #2ECCC3;
}
</style>