Shades of Medium Turquoise #2ECDDB
Tints of Medium Turquoise #2ECDDB
RGB
CMYK
RGB Variations
Color information
#2ECDDB (or 0x2ECDDB) is known color: Medium Turquoise. HEX triplet: 2E, CD and DB. RGB value is (46,205,219). Sum of RGB (Red+Green+Blue) = 46+205+219=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ECDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDDB is #D13224. Grayscale: #9E9E9E. Windows color (decimal): -13709861 or 14404910. OLE color: 14404910.
HSL color Cylindrical-coordinate representation of color #2ECDDB: hue angle of 184.86º 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 #2ECDDB is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 205 | 219 | - |
| CMYK | 0.79 | 0.06 | 0 | 0.14 |
| HSL | 184.86º | 0.71% | 0.52% | - |
| HSV(B) | 184.86º | 0.79% | 0.86% | - |
| XYZ | 35.74 | 49.36 | 74.66 | - |
| YUV | 159.06 | 161.82 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 219 | 0.79 | 0.06 | 0 | 0.14 | 184.86 | 0.71 | 0.52 |
| Hex | 2E | CD | DB | 4F | 6 | 0 | E | B9 | 47 | 34 |
| Octal | 56 | 315 | 333 | 117 | 6 | 0 | 16 | 271 | 107 | 64 |
| Binary | 101110 | 11001101 | 11011011 | 1001111 | 110 | 0 | 1110 | 10111001 | 1000111 | 110100 |
Color Harmonies of #2ECDDB
Complementary color
Monochromatic Colors of #2ECDDB
Black with #2ECDDB
Text Example
Text Example
White with #2ECDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECDDB; }
p { color: rgb(46,205,219); }
H1.HeaderClassName
{
color: #2ECDDB;
}
.AnyTagClassName
{
color: #2ECDDB;
}
</style>
background-color css
<style>
a { background-color: #2ECDDB; }
a { background-color: rgb(46,205,219); }
div.DivClassName
{
background-color: #2ECDDB;
}
.BgClassName
{
background-color: #2ECDDB;
}
</style>
border-color css
<style>
span { border-color: #2ECDDB; }
span { border-color: rgb(46,205,219); }
td.TdClassName
{
border-color: #2ECDDB;
}
.TagClassName
{
border-color: #2ECDDB;
}
</style>