Shades of Turquoise #2EFED0
Tints of Turquoise #2EFED0
RGB
CMYK
RGB Variations
Color information
#2EFED0 (or 0x2EFED0) is known color: Turquoise. HEX triplet: 2E, FE and D0. RGB value is (46,254,208). Sum of RGB (Red+Green+Blue) = 46+254+208=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFED0 is #D1012F. Grayscale: #BABABA. Windows color (decimal): -13697328 or 13696558. OLE color: 13696558.
HSL color Cylindrical-coordinate representation of color #2EFED0: hue angle of 166.73º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFED0 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 208 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.00 |
| HSL | 166.73º | 0.99% | 0.59% | - |
| HSV(B) | 166.73º | 0.82% | 1% | - |
| XYZ | 47.95 | 76.02 | 71.82 | - |
| YUV | 186.56 | 140.09 | 27.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 208 | 0.82 | 0 | 0.18 | 0.00 | 166.73 | 0.99 | 0.59 |
| Hex | 2E | FE | D0 | 52 | 0 | 12 | 0 | A7 | 63 | 3B |
| Octal | 56 | 376 | 320 | 122 | 0 | 22 | 0 | 247 | 143 | 73 |
| Binary | 101110 | 11111110 | 11010000 | 1010010 | 0 | 10010 | 0 | 10100111 | 1100011 | 111011 |
Color Harmonies of #2EFED0
Complementary color
Monochromatic Colors of #2EFED0
Black with #2EFED0
Text Example
Text Example
White with #2EFED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFED0; }
p { color: rgb(46,254,208); }
H1.HeaderClassName
{
color: #2EFED0;
}
.AnyTagClassName
{
color: #2EFED0;
}
</style>
background-color css
<style>
a { background-color: #2EFED0; }
a { background-color: rgb(46,254,208); }
div.DivClassName
{
background-color: #2EFED0;
}
.BgClassName
{
background-color: #2EFED0;
}
</style>
border-color css
<style>
span { border-color: #2EFED0; }
span { border-color: rgb(46,254,208); }
td.TdClassName
{
border-color: #2EFED0;
}
.TagClassName
{
border-color: #2EFED0;
}
</style>