Shades of Turquoise #2ED9E5
Tints of Turquoise #2ED9E5
RGB
CMYK
RGB Variations
Color information
#2ED9E5 (or 0x2ED9E5) is known color: Turquoise. HEX triplet: 2E, D9 and E5. RGB value is (46,217,229). Sum of RGB (Red+Green+Blue) = 46+217+229=492 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.35% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 229 (89.84% from 255 or 46.54% from 492); Max value from RGB is 229 - color contains mainly: blue. Hex color #2ED9E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED9E5 is #D1261A. Grayscale: #A7A7A7. Windows color (decimal): -13706779 or 15063342. OLE color: 15063342.
HSL color Cylindrical-coordinate representation of color #2ED9E5: hue angle of 183.93º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ED9E5 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 217 | 229 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.10 |
| HSL | 183.93º | 0.78% | 0.54% | - |
| HSV(B) | 183.93º | 0.8% | 0.9% | - |
| XYZ | 40.08 | 55.86 | 82.8 | - |
| YUV | 167.24 | 162.85 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 229 | 0.80 | 0.05 | 0 | 0.10 | 183.93 | 0.78 | 0.54 |
| Hex | 2E | D9 | E5 | 50 | 5 | 0 | A | B8 | 4E | 36 |
| Octal | 56 | 331 | 345 | 120 | 5 | 0 | 12 | 270 | 116 | 66 |
| Binary | 101110 | 11011001 | 11100101 | 1010000 | 101 | 0 | 1010 | 10111000 | 1001110 | 110110 |
Color Harmonies of #2ED9E5
Complementary color
Monochromatic Colors of #2ED9E5
Black with #2ED9E5
Text Example
Text Example
White with #2ED9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED9E5; }
p { color: rgb(46,217,229); }
H1.HeaderClassName
{
color: #2ED9E5;
}
.AnyTagClassName
{
color: #2ED9E5;
}
</style>
background-color css
<style>
a { background-color: #2ED9E5; }
a { background-color: rgb(46,217,229); }
div.DivClassName
{
background-color: #2ED9E5;
}
.BgClassName
{
background-color: #2ED9E5;
}
</style>
border-color css
<style>
span { border-color: #2ED9E5; }
span { border-color: rgb(46,217,229); }
td.TdClassName
{
border-color: #2ED9E5;
}
.TagClassName
{
border-color: #2ED9E5;
}
</style>