Shades of Turquoise #2EF8E2
Tints of Turquoise #2EF8E2
RGB
CMYK
RGB Variations
Color information
#2EF8E2 (or 0x2EF8E2) is known color: Turquoise. HEX triplet: 2E, F8 and E2. RGB value is (46,248,226). Sum of RGB (Red+Green+Blue) = 46+248+226=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF8E2 is #D1071D. Grayscale: #B8B8B8. Windows color (decimal): -13698846 or 14874670. OLE color: 14874670.
HSL color Cylindrical-coordinate representation of color #2EF8E2: hue angle of 173.47º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF8E2 is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 226 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.03 |
| HSL | 173.47º | 0.94% | 0.58% | - |
| HSV(B) | 173.47º | 0.81% | 0.97% | - |
| XYZ | 48.42 | 73.21 | 83.53 | - |
| YUV | 185.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 226 | 0.81 | 0 | 0.09 | 0.03 | 173.47 | 0.94 | 0.58 |
| Hex | 2E | F8 | E2 | 51 | 0 | 9 | 3 | AD | 5E | 3A |
| Octal | 56 | 370 | 342 | 121 | 0 | 11 | 3 | 255 | 136 | 72 |
| Binary | 101110 | 11111000 | 11100010 | 1010001 | 0 | 1001 | 11 | 10101101 | 1011110 | 111010 |
Color Harmonies of #2EF8E2
Complementary color
Monochromatic Colors of #2EF8E2
Black with #2EF8E2
Text Example
Text Example
White with #2EF8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF8E2; }
p { color: rgb(46,248,226); }
H1.HeaderClassName
{
color: #2EF8E2;
}
.AnyTagClassName
{
color: #2EF8E2;
}
</style>
background-color css
<style>
a { background-color: #2EF8E2; }
a { background-color: rgb(46,248,226); }
div.DivClassName
{
background-color: #2EF8E2;
}
.BgClassName
{
background-color: #2EF8E2;
}
</style>
border-color css
<style>
span { border-color: #2EF8E2; }
span { border-color: rgb(46,248,226); }
td.TdClassName
{
border-color: #2EF8E2;
}
.TagClassName
{
border-color: #2EF8E2;
}
</style>