Shades of Turquoise #2ECEDC
Tints of Turquoise #2ECEDC
RGB
CMYK
RGB Variations
Color information
#2ECEDC (or 0x2ECEDC) is known color: Turquoise. HEX triplet: 2E, CE and DC. RGB value is (46,206,220). Sum of RGB (Red+Green+Blue) = 46+206+220=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ECEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECEDC is #D13123. Grayscale: #9F9F9F. Windows color (decimal): -13709604 or 14470702. OLE color: 14470702.
HSL color Cylindrical-coordinate representation of color #2ECEDC: hue angle of 184.83º 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 #2ECEDC is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 206 | 220 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.14 |
| HSL | 184.83º | 0.71% | 0.52% | - |
| HSV(B) | 184.83º | 0.79% | 0.86% | - |
| XYZ | 36.12 | 49.89 | 75.44 | - |
| YUV | 159.76 | 161.99 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 220 | 0.79 | 0.06 | 0 | 0.14 | 184.83 | 0.71 | 0.52 |
| Hex | 2E | CE | DC | 4F | 6 | 0 | E | B9 | 47 | 34 |
| Octal | 56 | 316 | 334 | 117 | 6 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101110 | 11001110 | 11011100 | 1001111 | 110 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2ECEDC
Complementary color
Monochromatic Colors of #2ECEDC
Black with #2ECEDC
Text Example
Text Example
White with #2ECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECEDC; }
p { color: rgb(46,206,220); }
H1.HeaderClassName
{
color: #2ECEDC;
}
.AnyTagClassName
{
color: #2ECEDC;
}
</style>
background-color css
<style>
a { background-color: #2ECEDC; }
a { background-color: rgb(46,206,220); }
div.DivClassName
{
background-color: #2ECEDC;
}
.BgClassName
{
background-color: #2ECEDC;
}
</style>
border-color css
<style>
span { border-color: #2ECEDC; }
span { border-color: rgb(46,206,220); }
td.TdClassName
{
border-color: #2ECEDC;
}
.TagClassName
{
border-color: #2ECEDC;
}
</style>