Shades of Turquoise #2ED9DE
Tints of Turquoise #2ED9DE
RGB
CMYK
RGB Variations
Color information
#2ED9DE (or 0x2ED9DE) is known color: Turquoise. HEX triplet: 2E, D9 and DE. RGB value is (46,217,222). Sum of RGB (Red+Green+Blue) = 46+217+222=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #2ED9DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED9DE is #D12621. Grayscale: #A6A6A6. Windows color (decimal): -13706786 or 14604590. OLE color: 14604590.
HSL color Cylindrical-coordinate representation of color #2ED9DE: hue angle of 181.7º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED9DE is Cyan = 0.79, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 217 | 222 | - |
| CMYK | 0.79 | 0.02 | 0 | 0.13 |
| HSL | 181.7º | 0.73% | 0.53% | - |
| HSV(B) | 181.7º | 0.79% | 0.87% | - |
| XYZ | 39.12 | 55.48 | 77.75 | - |
| YUV | 166.44 | 159.35 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 222 | 0.79 | 0.02 | 0 | 0.13 | 181.7 | 0.73 | 0.53 |
| Hex | 2E | D9 | DE | 4F | 2 | 0 | D | B6 | 49 | 35 |
| Octal | 56 | 331 | 336 | 117 | 2 | 0 | 15 | 266 | 111 | 65 |
| Binary | 101110 | 11011001 | 11011110 | 1001111 | 10 | 0 | 1101 | 10110110 | 1001001 | 110101 |
Color Harmonies of #2ED9DE
Complementary color
Monochromatic Colors of #2ED9DE
Black with #2ED9DE
Text Example
Text Example
White with #2ED9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED9DE; }
p { color: rgb(46,217,222); }
H1.HeaderClassName
{
color: #2ED9DE;
}
.AnyTagClassName
{
color: #2ED9DE;
}
</style>
background-color css
<style>
a { background-color: #2ED9DE; }
a { background-color: rgb(46,217,222); }
div.DivClassName
{
background-color: #2ED9DE;
}
.BgClassName
{
background-color: #2ED9DE;
}
</style>
border-color css
<style>
span { border-color: #2ED9DE; }
span { border-color: rgb(46,217,222); }
td.TdClassName
{
border-color: #2ED9DE;
}
.TagClassName
{
border-color: #2ED9DE;
}
</style>