Shades of Turquoise #2EF9E2
Tints of Turquoise #2EF9E2
RGB
CMYK
RGB Variations
Color information
#2EF9E2 (or 0x2EF9E2) is known color: Turquoise. HEX triplet: 2E, F9 and E2. RGB value is (46,249,226). Sum of RGB (Red+Green+Blue) = 46+249+226=521 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.83% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF9E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EF9E2 is #D1061D. Grayscale: #B9B9B9. Windows color (decimal): -13698590 or 14874926. OLE color: 14874926.
HSL color Cylindrical-coordinate representation of color #2EF9E2: hue angle of 173.2º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF9E2 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 226 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.02 |
| HSL | 173.2º | 0.94% | 0.58% | - |
| HSV(B) | 173.2º | 0.82% | 0.98% | - |
| XYZ | 48.73 | 73.82 | 83.63 | - |
| YUV | 185.68 | 150.75 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 226 | 0.82 | 0 | 0.09 | 0.02 | 173.2 | 0.94 | 0.58 |
| Hex | 2E | F9 | E2 | 52 | 0 | 9 | 2 | AD | 5E | 3A |
| Octal | 56 | 371 | 342 | 122 | 0 | 11 | 2 | 255 | 136 | 72 |
| Binary | 101110 | 11111001 | 11100010 | 1010010 | 0 | 1001 | 10 | 10101101 | 1011110 | 111010 |
Color Harmonies of #2EF9E2
Complementary color
Monochromatic Colors of #2EF9E2
Black with #2EF9E2
Text Example
Text Example
White with #2EF9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF9E2; }
p { color: rgb(46,249,226); }
H1.HeaderClassName
{
color: #2EF9E2;
}
.AnyTagClassName
{
color: #2EF9E2;
}
</style>
background-color css
<style>
a { background-color: #2EF9E2; }
a { background-color: rgb(46,249,226); }
div.DivClassName
{
background-color: #2EF9E2;
}
.BgClassName
{
background-color: #2EF9E2;
}
</style>
border-color css
<style>
span { border-color: #2EF9E2; }
span { border-color: rgb(46,249,226); }
td.TdClassName
{
border-color: #2EF9E2;
}
.TagClassName
{
border-color: #2EF9E2;
}
</style>