Shades of Turquoise #2EFBE1
Tints of Turquoise #2EFBE1
RGB
CMYK
RGB Variations
Color information
#2EFBE1 (or 0x2EFBE1) is known color: Turquoise. HEX triplet: 2E, FB and E1. RGB value is (46,251,225). Sum of RGB (Red+Green+Blue) = 46+251+225=522 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.81% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBE1 is #D1041E. Grayscale: #BABABA. Windows color (decimal): -13698079 or 14809902. OLE color: 14809902.
HSL color Cylindrical-coordinate representation of color #2EFBE1: hue angle of 172.39º degrees, saturation: 0.96, 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 #2EFBE1 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 225 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.02 |
| HSL | 172.39º | 0.96% | 0.58% | - |
| HSV(B) | 172.39º | 0.82% | 0.98% | - |
| XYZ | 49.21 | 75.01 | 83.12 | - |
| YUV | 186.74 | 149.58 | 27.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 225 | 0.82 | 0 | 0.10 | 0.02 | 172.39 | 0.96 | 0.58 |
| Hex | 2E | FB | E1 | 52 | 0 | A | 2 | AC | 60 | 3A |
| Octal | 56 | 373 | 341 | 122 | 0 | 12 | 2 | 254 | 140 | 72 |
| Binary | 101110 | 11111011 | 11100001 | 1010010 | 0 | 1010 | 10 | 10101100 | 1100000 | 111010 |
Color Harmonies of #2EFBE1
Complementary color
Monochromatic Colors of #2EFBE1
Black with #2EFBE1
Text Example
Text Example
White with #2EFBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBE1; }
p { color: rgb(46,251,225); }
H1.HeaderClassName
{
color: #2EFBE1;
}
.AnyTagClassName
{
color: #2EFBE1;
}
</style>
background-color css
<style>
a { background-color: #2EFBE1; }
a { background-color: rgb(46,251,225); }
div.DivClassName
{
background-color: #2EFBE1;
}
.BgClassName
{
background-color: #2EFBE1;
}
</style>
border-color css
<style>
span { border-color: #2EFBE1; }
span { border-color: rgb(46,251,225); }
td.TdClassName
{
border-color: #2EFBE1;
}
.TagClassName
{
border-color: #2EFBE1;
}
</style>