Shades of Turquoise #2EFFE1
Tints of Turquoise #2EFFE1
RGB
CMYK
RGB Variations
Color information
#2EFFE1 (or 0x2EFFE1) is known color: Turquoise. HEX triplet: 2E, FF and E1. RGB value is (46,255,225). Sum of RGB (Red+Green+Blue) = 46+255+225=526 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.75% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFE1 is #D1001E. Grayscale: #BDBDBD. Windows color (decimal): -13697055 or 14810926. OLE color: 14810926.
HSL color Cylindrical-coordinate representation of color #2EFFE1: hue angle of 171.39º 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 #2EFFE1 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 225 | - |
| CMYK | 0.82 | 0 | 0.12 | 0 |
| HSL | 171.39º | 1% | 0.59% | - |
| HSV(B) | 171.39º | 0.82% | 1% | - |
| XYZ | 50.48 | 77.54 | 83.54 | - |
| YUV | 189.09 | 148.26 | 25.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 225 | 0.82 | 0 | 0.12 | 0 | 171.39 | 1 | 0.59 |
| Hex | 2E | FF | E1 | 52 | 0 | C | 0 | AB | 64 | 3B |
| Octal | 56 | 377 | 341 | 122 | 0 | 14 | 0 | 253 | 144 | 73 |
| Binary | 101110 | 11111111 | 11100001 | 1010010 | 0 | 1100 | 0 | 10101011 | 1100100 | 111011 |
Color Harmonies of #2EFFE1
Complementary color
Monochromatic Colors of #2EFFE1
Black with #2EFFE1
Text Example
Text Example
White with #2EFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFE1; }
p { color: rgb(46,255,225); }
H1.HeaderClassName
{
color: #2EFFE1;
}
.AnyTagClassName
{
color: #2EFFE1;
}
</style>
background-color css
<style>
a { background-color: #2EFFE1; }
a { background-color: rgb(46,255,225); }
div.DivClassName
{
background-color: #2EFFE1;
}
.BgClassName
{
background-color: #2EFFE1;
}
</style>
border-color css
<style>
span { border-color: #2EFFE1; }
span { border-color: rgb(46,255,225); }
td.TdClassName
{
border-color: #2EFFE1;
}
.TagClassName
{
border-color: #2EFFE1;
}
</style>