Shades of Turquoise #2EFEF0
Tints of Turquoise #2EFEF0
RGB
CMYK
RGB Variations
Color information
#2EFEF0 (or 0x2EFEF0) is known color: Turquoise. HEX triplet: 2E, FE and F0. RGB value is (46,254,240). Sum of RGB (Red+Green+Blue) = 46+254+240=540 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.52% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFEF0 is #D1010F. Grayscale: #BEBEBE. Windows color (decimal): -13697296 or 15793710. OLE color: 15793710.
HSL color Cylindrical-coordinate representation of color #2EFEF0: hue angle of 175.96º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFEF0 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 240 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.00 |
| HSL | 175.96º | 0.99% | 0.59% | - |
| HSV(B) | 175.96º | 0.82% | 1% | - |
| XYZ | 52.3 | 77.76 | 94.69 | - |
| YUV | 190.21 | 156.09 | 25.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 240 | 0.82 | 0 | 0.06 | 0.00 | 175.96 | 0.99 | 0.59 |
| Hex | 2E | FE | F0 | 52 | 0 | 6 | 0 | B0 | 63 | 3B |
| Octal | 56 | 376 | 360 | 122 | 0 | 6 | 0 | 260 | 143 | 73 |
| Binary | 101110 | 11111110 | 11110000 | 1010010 | 0 | 110 | 0 | 10110000 | 1100011 | 111011 |
Color Harmonies of #2EFEF0
Complementary color
Monochromatic Colors of #2EFEF0
Black with #2EFEF0
Text Example
Text Example
White with #2EFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEF0; }
p { color: rgb(46,254,240); }
H1.HeaderClassName
{
color: #2EFEF0;
}
.AnyTagClassName
{
color: #2EFEF0;
}
</style>
background-color css
<style>
a { background-color: #2EFEF0; }
a { background-color: rgb(46,254,240); }
div.DivClassName
{
background-color: #2EFEF0;
}
.BgClassName
{
background-color: #2EFEF0;
}
</style>
border-color css
<style>
span { border-color: #2EFEF0; }
span { border-color: rgb(46,254,240); }
td.TdClassName
{
border-color: #2EFEF0;
}
.TagClassName
{
border-color: #2EFEF0;
}
</style>