Shades of Turquoise #2EF6F2
Tints of Turquoise #2EF6F2
RGB
CMYK
RGB Variations
Color information
#2EF6F2 (or 0x2EF6F2) is known color: Turquoise. HEX triplet: 2E, F6 and F2. RGB value is (46,246,242). Sum of RGB (Red+Green+Blue) = 46+246+242=534 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.61% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 242 (94.92% from 255 or 45.32% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF6F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF6F2 is #D1090D. Grayscale: #B9B9B9. Windows color (decimal): -13699342 or 15922734. OLE color: 15922734.
HSL color Cylindrical-coordinate representation of color #2EF6F2: hue angle of 178.8º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF6F2 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 242 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.04 |
| HSL | 178.8º | 0.92% | 0.57% | - |
| HSV(B) | 178.8º | 0.81% | 0.96% | - |
| XYZ | 50.11 | 72.9 | 95.44 | - |
| YUV | 185.74 | 159.74 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 242 | 0.81 | 0 | 0.02 | 0.04 | 178.8 | 0.92 | 0.57 |
| Hex | 2E | F6 | F2 | 51 | 0 | 2 | 4 | B3 | 5C | 39 |
| Octal | 56 | 366 | 362 | 121 | 0 | 2 | 4 | 263 | 134 | 71 |
| Binary | 101110 | 11110110 | 11110010 | 1010001 | 0 | 10 | 100 | 10110011 | 1011100 | 111001 |
Color Harmonies of #2EF6F2
Complementary color
Monochromatic Colors of #2EF6F2
Black with #2EF6F2
Text Example
Text Example
White with #2EF6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF6F2; }
p { color: rgb(46,246,242); }
H1.HeaderClassName
{
color: #2EF6F2;
}
.AnyTagClassName
{
color: #2EF6F2;
}
</style>
background-color css
<style>
a { background-color: #2EF6F2; }
a { background-color: rgb(46,246,242); }
div.DivClassName
{
background-color: #2EF6F2;
}
.BgClassName
{
background-color: #2EF6F2;
}
</style>
border-color css
<style>
span { border-color: #2EF6F2; }
span { border-color: rgb(46,246,242); }
td.TdClassName
{
border-color: #2EF6F2;
}
.TagClassName
{
border-color: #2EF6F2;
}
</style>