Shades of Turquoise #2EFAB7
Tints of Turquoise #2EFAB7
RGB
CMYK
RGB Variations
Color information
#2EFAB7 (or 0x2EFAB7) is known color: Turquoise. HEX triplet: 2E, FA and B7. RGB value is (46,250,183). Sum of RGB (Red+Green+Blue) = 46+250+183=479 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.60% from 479); Green value is 250 (98.05% from 255 or 52.19% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFAB7 is #D10548. Grayscale: #B5B5B5. Windows color (decimal): -13698377 or 12057134. OLE color: 12057134.
HSL color Cylindrical-coordinate representation of color #2EFAB7: hue angle of 160.29º 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 #2EFAB7 is Cyan = 0.82, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 183 | - |
| CMYK | 0.82 | 0 | 0.27 | 0.02 |
| HSL | 160.29º | 0.95% | 0.58% | - |
| HSV(B) | 160.29º | 0.82% | 0.98% | - |
| XYZ | 43.86 | 72.37 | 56.46 | - |
| YUV | 181.37 | 128.91 | 31.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 183 | 0.82 | 0 | 0.27 | 0.02 | 160.29 | 0.95 | 0.58 |
| Hex | 2E | FA | B7 | 52 | 0 | 1B | 2 | A0 | 5F | 3A |
| Octal | 56 | 372 | 267 | 122 | 0 | 33 | 2 | 240 | 137 | 72 |
| Binary | 101110 | 11111010 | 10110111 | 1010010 | 0 | 11011 | 10 | 10100000 | 1011111 | 111010 |
Color Harmonies of #2EFAB7
Complementary color
Monochromatic Colors of #2EFAB7
Black with #2EFAB7
Text Example
Text Example
White with #2EFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFAB7; }
p { color: rgb(46,250,183); }
H1.HeaderClassName
{
color: #2EFAB7;
}
.AnyTagClassName
{
color: #2EFAB7;
}
</style>
background-color css
<style>
a { background-color: #2EFAB7; }
a { background-color: rgb(46,250,183); }
div.DivClassName
{
background-color: #2EFAB7;
}
.BgClassName
{
background-color: #2EFAB7;
}
</style>
border-color css
<style>
span { border-color: #2EFAB7; }
span { border-color: rgb(46,250,183); }
td.TdClassName
{
border-color: #2EFAB7;
}
.TagClassName
{
border-color: #2EFAB7;
}
</style>