Shades of Medium Turquoise #2ECDDC
Tints of Medium Turquoise #2ECDDC
RGB
CMYK
RGB Variations
Color information
#2ECDDC (or 0x2ECDDC) is known color: Medium Turquoise. HEX triplet: 2E, CD and DC. RGB value is (46,205,220). Sum of RGB (Red+Green+Blue) = 46+205+220=471 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.77% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #2ECDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDDC is #D13223. Grayscale: #9E9E9E. Windows color (decimal): -13709860 or 14470446. OLE color: 14470446.
HSL color Cylindrical-coordinate representation of color #2ECDDC: hue angle of 185.17º 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 #2ECDDC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 205 | 220 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.14 |
| HSL | 185.17º | 0.71% | 0.52% | - |
| HSV(B) | 185.17º | 0.79% | 0.86% | - |
| XYZ | 35.88 | 49.41 | 75.36 | - |
| YUV | 159.17 | 162.32 | 47.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 220 | 0.79 | 0.07 | 0 | 0.14 | 185.17 | 0.71 | 0.52 |
| Hex | 2E | CD | DC | 4F | 7 | 0 | E | B9 | 47 | 34 |
| Octal | 56 | 315 | 334 | 117 | 7 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101110 | 11001101 | 11011100 | 1001111 | 111 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2ECDDC
Complementary color
Monochromatic Colors of #2ECDDC
Black with #2ECDDC
Text Example
Text Example
White with #2ECDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDDC; }
p { color: rgb(46,205,220); }
H1.HeaderClassName
{
color: #2ECDDC;
}
.AnyTagClassName
{
color: #2ECDDC;
}
</style>
background-color css
<style>
a { background-color: #2ECDDC; }
a { background-color: rgb(46,205,220); }
div.DivClassName
{
background-color: #2ECDDC;
}
.BgClassName
{
background-color: #2ECDDC;
}
</style>
border-color css
<style>
span { border-color: #2ECDDC; }
span { border-color: rgb(46,205,220); }
td.TdClassName
{
border-color: #2ECDDC;
}
.TagClassName
{
border-color: #2ECDDC;
}
</style>