Shades of Turquoise #2EF7E9
Tints of Turquoise #2EF7E9
RGB
CMYK
RGB Variations
Color information
#2EF7E9 (or 0x2EF7E9) is known color: Turquoise. HEX triplet: 2E, F7 and E9. RGB value is (46,247,233). Sum of RGB (Red+Green+Blue) = 46+247+233=526 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.75% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #2EF7E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF7E9 is #D10816. Grayscale: #B9B9B9. Windows color (decimal): -13699095 or 15333166. OLE color: 15333166.
HSL color Cylindrical-coordinate representation of color #2EF7E9: hue angle of 175.82º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF7E9 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 247 | 233 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.03 |
| HSL | 175.82º | 0.93% | 0.57% | - |
| HSV(B) | 175.82º | 0.81% | 0.97% | - |
| XYZ | 49.1 | 72.99 | 88.59 | - |
| YUV | 185.31 | 154.91 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 247 | 233 | 0.81 | 0 | 0.06 | 0.03 | 175.82 | 0.93 | 0.57 |
| Hex | 2E | F7 | E9 | 51 | 0 | 6 | 3 | B0 | 5D | 39 |
| Octal | 56 | 367 | 351 | 121 | 0 | 6 | 3 | 260 | 135 | 71 |
| Binary | 101110 | 11110111 | 11101001 | 1010001 | 0 | 110 | 11 | 10110000 | 1011101 | 111001 |
Color Harmonies of #2EF7E9
Complementary color
Monochromatic Colors of #2EF7E9
Black with #2EF7E9
Text Example
Text Example
White with #2EF7E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF7E9; }
p { color: rgb(46,247,233); }
H1.HeaderClassName
{
color: #2EF7E9;
}
.AnyTagClassName
{
color: #2EF7E9;
}
</style>
background-color css
<style>
a { background-color: #2EF7E9; }
a { background-color: rgb(46,247,233); }
div.DivClassName
{
background-color: #2EF7E9;
}
.BgClassName
{
background-color: #2EF7E9;
}
</style>
border-color css
<style>
span { border-color: #2EF7E9; }
span { border-color: rgb(46,247,233); }
td.TdClassName
{
border-color: #2EF7E9;
}
.TagClassName
{
border-color: #2EF7E9;
}
</style>