Shades of Turquoise #2EFFE8
Tints of Turquoise #2EFFE8
RGB
CMYK
RGB Variations
Color information
#2EFFE8 (or 0x2EFFE8) is known color: Turquoise. HEX triplet: 2E, FF and E8. RGB value is (46,255,232). Sum of RGB (Red+Green+Blue) = 46+255+232=533 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.63% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFE8 is #D10017. Grayscale: #BDBDBD. Windows color (decimal): -13697048 or 15269678. OLE color: 15269678.
HSL color Cylindrical-coordinate representation of color #2EFFE8: hue angle of 173.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFE8 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 232 | - |
| CMYK | 0.82 | 0 | 0.09 | 0 |
| HSL | 173.4º | 1% | 0.59% | - |
| HSV(B) | 173.4º | 0.82% | 1% | - |
| XYZ | 51.45 | 77.93 | 88.67 | - |
| YUV | 189.89 | 151.76 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 232 | 0.82 | 0 | 0.09 | 0 | 173.4 | 1 | 0.59 |
| Hex | 2E | FF | E8 | 52 | 0 | 9 | 0 | AD | 64 | 3B |
| Octal | 56 | 377 | 350 | 122 | 0 | 11 | 0 | 255 | 144 | 73 |
| Binary | 101110 | 11111111 | 11101000 | 1010010 | 0 | 1001 | 0 | 10101101 | 1100100 | 111011 |
Color Harmonies of #2EFFE8
Complementary color
Monochromatic Colors of #2EFFE8
Black with #2EFFE8
Text Example
Text Example
White with #2EFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFE8; }
p { color: rgb(46,255,232); }
H1.HeaderClassName
{
color: #2EFFE8;
}
.AnyTagClassName
{
color: #2EFFE8;
}
</style>
background-color css
<style>
a { background-color: #2EFFE8; }
a { background-color: rgb(46,255,232); }
div.DivClassName
{
background-color: #2EFFE8;
}
.BgClassName
{
background-color: #2EFFE8;
}
</style>
border-color css
<style>
span { border-color: #2EFFE8; }
span { border-color: rgb(46,255,232); }
td.TdClassName
{
border-color: #2EFFE8;
}
.TagClassName
{
border-color: #2EFFE8;
}
</style>