Shades of Turquoise #2ED9DB
Tints of Turquoise #2ED9DB
RGB
CMYK
RGB Variations
Color information
#2ED9DB (or 0x2ED9DB) is known color: Turquoise. HEX triplet: 2E, D9 and DB. RGB value is (46,217,219). Sum of RGB (Red+Green+Blue) = 46+217+219=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ED9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED9DB is #D12624. Grayscale: #A5A5A5. Windows color (decimal): -13706789 or 14407982. OLE color: 14407982.
HSL color Cylindrical-coordinate representation of color #2ED9DB: hue angle of 180.69º 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 #2ED9DB is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 217 | 219 | - |
| CMYK | 0.79 | 0.01 | 0 | 0.14 |
| HSL | 180.69º | 0.71% | 0.52% | - |
| HSV(B) | 180.69º | 0.79% | 0.86% | - |
| XYZ | 38.73 | 55.32 | 75.65 | - |
| YUV | 166.1 | 157.85 | 42.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 219 | 0.79 | 0.01 | 0 | 0.14 | 180.69 | 0.71 | 0.52 |
| Hex | 2E | D9 | DB | 4F | 1 | 0 | E | B5 | 47 | 34 |
| Octal | 56 | 331 | 333 | 117 | 1 | 0 | 16 | 265 | 107 | 64 |
| Binary | 101110 | 11011001 | 11011011 | 1001111 | 1 | 0 | 1110 | 10110101 | 1000111 | 110100 |
Color Harmonies of #2ED9DB
Complementary color
Monochromatic Colors of #2ED9DB
Black with #2ED9DB
Text Example
Text Example
White with #2ED9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED9DB; }
p { color: rgb(46,217,219); }
H1.HeaderClassName
{
color: #2ED9DB;
}
.AnyTagClassName
{
color: #2ED9DB;
}
</style>
background-color css
<style>
a { background-color: #2ED9DB; }
a { background-color: rgb(46,217,219); }
div.DivClassName
{
background-color: #2ED9DB;
}
.BgClassName
{
background-color: #2ED9DB;
}
</style>
border-color css
<style>
span { border-color: #2ED9DB; }
span { border-color: rgb(46,217,219); }
td.TdClassName
{
border-color: #2ED9DB;
}
.TagClassName
{
border-color: #2ED9DB;
}
</style>