Shades of Turquoise #2EFAB4
Tints of Turquoise #2EFAB4
RGB
CMYK
RGB Variations
Color information
#2EFAB4 (or 0x2EFAB4) is known color: Turquoise. HEX triplet: 2E, FA and B4. RGB value is (46,250,180). Sum of RGB (Red+Green+Blue) = 46+250+180=476 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.66% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 180 (70.70% from 255 or 37.82% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFAB4 is #D1054B. Grayscale: #B5B5B5. Windows color (decimal): -13698380 or 11860526. OLE color: 11860526.
HSL color Cylindrical-coordinate representation of color #2EFAB4: hue angle of 159.41º 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 #2EFAB4 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 180 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.02 |
| HSL | 159.41º | 0.95% | 0.58% | - |
| HSV(B) | 159.41º | 0.82% | 0.98% | - |
| XYZ | 43.55 | 72.25 | 54.83 | - |
| YUV | 181.02 | 127.41 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 180 | 0.82 | 0 | 0.28 | 0.02 | 159.41 | 0.95 | 0.58 |
| Hex | 2E | FA | B4 | 52 | 0 | 1C | 2 | 9F | 5F | 3A |
| Octal | 56 | 372 | 264 | 122 | 0 | 34 | 2 | 237 | 137 | 72 |
| Binary | 101110 | 11111010 | 10110100 | 1010010 | 0 | 11100 | 10 | 10011111 | 1011111 | 111010 |
Color Harmonies of #2EFAB4
Complementary color
Monochromatic Colors of #2EFAB4
Black with #2EFAB4
Text Example
Text Example
White with #2EFAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFAB4; }
p { color: rgb(46,250,180); }
H1.HeaderClassName
{
color: #2EFAB4;
}
.AnyTagClassName
{
color: #2EFAB4;
}
</style>
background-color css
<style>
a { background-color: #2EFAB4; }
a { background-color: rgb(46,250,180); }
div.DivClassName
{
background-color: #2EFAB4;
}
.BgClassName
{
background-color: #2EFAB4;
}
</style>
border-color css
<style>
span { border-color: #2EFAB4; }
span { border-color: rgb(46,250,180); }
td.TdClassName
{
border-color: #2EFAB4;
}
.TagClassName
{
border-color: #2EFAB4;
}
</style>