Shades of Turquoise #2EFDD9
Tints of Turquoise #2EFDD9
RGB
CMYK
RGB Variations
Color information
#2EFDD9 (or 0x2EFDD9) is known color: Turquoise. HEX triplet: 2E, FD and D9. RGB value is (46,253,217). Sum of RGB (Red+Green+Blue) = 46+253+217=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFDD9 is #D10226. Grayscale: #BABABA. Windows color (decimal): -13697575 or 14286126. OLE color: 14286126.
HSL color Cylindrical-coordinate representation of color #2EFDD9: hue angle of 169.57º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDD9 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 217 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.01 |
| HSL | 169.57º | 0.98% | 0.59% | - |
| HSV(B) | 169.57º | 0.82% | 0.99% | - |
| XYZ | 48.78 | 75.84 | 77.71 | - |
| YUV | 187 | 144.92 | 27.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 217 | 0.82 | 0 | 0.14 | 0.01 | 169.57 | 0.98 | 0.59 |
| Hex | 2E | FD | D9 | 52 | 0 | E | 1 | AA | 62 | 3B |
| Octal | 56 | 375 | 331 | 122 | 0 | 16 | 1 | 252 | 142 | 73 |
| Binary | 101110 | 11111101 | 11011001 | 1010010 | 0 | 1110 | 1 | 10101010 | 1100010 | 111011 |
Color Harmonies of #2EFDD9
Complementary color
Monochromatic Colors of #2EFDD9
Black with #2EFDD9
Text Example
Text Example
White with #2EFDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDD9; }
p { color: rgb(46,253,217); }
H1.HeaderClassName
{
color: #2EFDD9;
}
.AnyTagClassName
{
color: #2EFDD9;
}
</style>
background-color css
<style>
a { background-color: #2EFDD9; }
a { background-color: rgb(46,253,217); }
div.DivClassName
{
background-color: #2EFDD9;
}
.BgClassName
{
background-color: #2EFDD9;
}
</style>
border-color css
<style>
span { border-color: #2EFDD9; }
span { border-color: rgb(46,253,217); }
td.TdClassName
{
border-color: #2EFDD9;
}
.TagClassName
{
border-color: #2EFDD9;
}
</style>