Shades of Turquoise #2EFABF
Tints of Turquoise #2EFABF
RGB
CMYK
RGB Variations
Color information
#2EFABF (or 0x2EFABF) is known color: Turquoise. HEX triplet: 2E, FA and BF. RGB value is (46,250,191). Sum of RGB (Red+Green+Blue) = 46+250+191=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFABF is #D10540. Grayscale: #B6B6B6. Windows color (decimal): -13698369 or 12581422. OLE color: 12581422.
HSL color Cylindrical-coordinate representation of color #2EFABF: hue angle of 162.65º degrees, saturation: 0.95, 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 #2EFABF is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 191 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.02 |
| HSL | 162.65º | 0.95% | 0.58% | - |
| HSV(B) | 162.65º | 0.82% | 0.98% | - |
| XYZ | 44.72 | 72.71 | 60.97 | - |
| YUV | 182.28 | 132.91 | 30.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 191 | 0.82 | 0 | 0.24 | 0.02 | 162.65 | 0.95 | 0.58 |
| Hex | 2E | FA | BF | 52 | 0 | 18 | 2 | A3 | 5F | 3A |
| Octal | 56 | 372 | 277 | 122 | 0 | 30 | 2 | 243 | 137 | 72 |
| Binary | 101110 | 11111010 | 10111111 | 1010010 | 0 | 11000 | 10 | 10100011 | 1011111 | 111010 |
Color Harmonies of #2EFABF
Complementary color
Monochromatic Colors of #2EFABF
Black with #2EFABF
Text Example
Text Example
White with #2EFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFABF; }
p { color: rgb(46,250,191); }
H1.HeaderClassName
{
color: #2EFABF;
}
.AnyTagClassName
{
color: #2EFABF;
}
</style>
background-color css
<style>
a { background-color: #2EFABF; }
a { background-color: rgb(46,250,191); }
div.DivClassName
{
background-color: #2EFABF;
}
.BgClassName
{
background-color: #2EFABF;
}
</style>
border-color css
<style>
span { border-color: #2EFABF; }
span { border-color: rgb(46,250,191); }
td.TdClassName
{
border-color: #2EFABF;
}
.TagClassName
{
border-color: #2EFABF;
}
</style>