Shades of Medium Turquoise #2ECCDC
Tints of Medium Turquoise #2ECCDC
RGB
CMYK
RGB Variations
Color information
#2ECCDC (or 0x2ECCDC) is known color: Medium Turquoise. HEX triplet: 2E, CC and DC. RGB value is (46,204,220). Sum of RGB (Red+Green+Blue) = 46+204+220=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ECCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCDC is #D13323. Grayscale: #9E9E9E. Windows color (decimal): -13710116 or 14470190. OLE color: 14470190.
HSL color Cylindrical-coordinate representation of color #2ECCDC: hue angle of 185.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECCDC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 204 | 220 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.14 |
| HSL | 185.52º | 0.71% | 0.52% | - |
| HSV(B) | 185.52º | 0.79% | 0.86% | - |
| XYZ | 35.64 | 48.93 | 75.28 | - |
| YUV | 158.58 | 162.65 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 220 | 0.79 | 0.07 | 0 | 0.14 | 185.52 | 0.71 | 0.52 |
| Hex | 2E | CC | DC | 4F | 7 | 0 | E | BA | 47 | 34 |
| Octal | 56 | 314 | 334 | 117 | 7 | 0 | 16 | 272 | 107 | 64 |
| Binary | 101110 | 11001100 | 11011100 | 1001111 | 111 | 0 | 1110 | 10111010 | 1000111 | 110100 |
Color Harmonies of #2ECCDC
Complementary color
Monochromatic Colors of #2ECCDC
Black with #2ECCDC
Text Example
Text Example
White with #2ECCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCDC; }
p { color: rgb(46,204,220); }
H1.HeaderClassName
{
color: #2ECCDC;
}
.AnyTagClassName
{
color: #2ECCDC;
}
</style>
background-color css
<style>
a { background-color: #2ECCDC; }
a { background-color: rgb(46,204,220); }
div.DivClassName
{
background-color: #2ECCDC;
}
.BgClassName
{
background-color: #2ECCDC;
}
</style>
border-color css
<style>
span { border-color: #2ECCDC; }
span { border-color: rgb(46,204,220); }
td.TdClassName
{
border-color: #2ECCDC;
}
.TagClassName
{
border-color: #2ECCDC;
}
</style>