Shades of Medium Turquoise #2ECCDB
Tints of Medium Turquoise #2ECCDB
RGB
CMYK
RGB Variations
Color information
#2ECCDB (or 0x2ECCDB) is known color: Medium Turquoise. HEX triplet: 2E, CC and DB. RGB value is (46,204,219). Sum of RGB (Red+Green+Blue) = 46+204+219=469 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.81% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ECCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECCDB is #D13324. Grayscale: #9E9E9E. Windows color (decimal): -13710117 or 14404654. OLE color: 14404654.
HSL color Cylindrical-coordinate representation of color #2ECCDB: hue angle of 185.2º 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 #2ECCDB is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 204 | 219 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.14 |
| HSL | 185.2º | 0.71% | 0.52% | - |
| HSV(B) | 185.2º | 0.79% | 0.86% | - |
| XYZ | 35.51 | 48.88 | 74.58 | - |
| YUV | 158.47 | 162.15 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 219 | 0.79 | 0.07 | 0 | 0.14 | 185.2 | 0.71 | 0.52 |
| Hex | 2E | CC | DB | 4F | 7 | 0 | E | B9 | 47 | 34 |
| Octal | 56 | 314 | 333 | 117 | 7 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101110 | 11001100 | 11011011 | 1001111 | 111 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2ECCDB
Complementary color
Monochromatic Colors of #2ECCDB
Black with #2ECCDB
Text Example
Text Example
White with #2ECCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECCDB; }
p { color: rgb(46,204,219); }
H1.HeaderClassName
{
color: #2ECCDB;
}
.AnyTagClassName
{
color: #2ECCDB;
}
</style>
background-color css
<style>
a { background-color: #2ECCDB; }
a { background-color: rgb(46,204,219); }
div.DivClassName
{
background-color: #2ECCDB;
}
.BgClassName
{
background-color: #2ECCDB;
}
</style>
border-color css
<style>
span { border-color: #2ECCDB; }
span { border-color: rgb(46,204,219); }
td.TdClassName
{
border-color: #2ECCDB;
}
.TagClassName
{
border-color: #2ECCDB;
}
</style>