Shades of Turquoise #2EFAB3
Tints of Turquoise #2EFAB3
RGB
CMYK
RGB Variations
Color information
#2EFAB3 (or 0x2EFAB3) is known color: Turquoise. HEX triplet: 2E, FA and B3. RGB value is (46,250,179). Sum of RGB (Red+Green+Blue) = 46+250+179=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFAB3 is #D1054C. Grayscale: #B4B4B4. Windows color (decimal): -13698381 or 11794990. OLE color: 11794990.
HSL color Cylindrical-coordinate representation of color #2EFAB3: hue angle of 159.12º 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 #2EFAB3 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 179 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.02 |
| HSL | 159.12º | 0.95% | 0.58% | - |
| HSV(B) | 159.12º | 0.82% | 0.98% | - |
| XYZ | 43.45 | 72.21 | 54.3 | - |
| YUV | 180.91 | 126.91 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 179 | 0.82 | 0 | 0.28 | 0.02 | 159.12 | 0.95 | 0.58 |
| Hex | 2E | FA | B3 | 52 | 0 | 1C | 2 | 9F | 5F | 3A |
| Octal | 56 | 372 | 263 | 122 | 0 | 34 | 2 | 237 | 137 | 72 |
| Binary | 101110 | 11111010 | 10110011 | 1010010 | 0 | 11100 | 10 | 10011111 | 1011111 | 111010 |
Color Harmonies of #2EFAB3
Complementary color
Monochromatic Colors of #2EFAB3
Black with #2EFAB3
Text Example
Text Example
White with #2EFAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFAB3; }
p { color: rgb(46,250,179); }
H1.HeaderClassName
{
color: #2EFAB3;
}
.AnyTagClassName
{
color: #2EFAB3;
}
</style>
background-color css
<style>
a { background-color: #2EFAB3; }
a { background-color: rgb(46,250,179); }
div.DivClassName
{
background-color: #2EFAB3;
}
.BgClassName
{
background-color: #2EFAB3;
}
</style>
border-color css
<style>
span { border-color: #2EFAB3; }
span { border-color: rgb(46,250,179); }
td.TdClassName
{
border-color: #2EFAB3;
}
.TagClassName
{
border-color: #2EFAB3;
}
</style>