Shades of Turquoise #2EFBE3
Tints of Turquoise #2EFBE3
RGB
CMYK
RGB Variations
Color information
#2EFBE3 (or 0x2EFBE3) is known color: Turquoise. HEX triplet: 2E, FB and E3. RGB value is (46,251,227). Sum of RGB (Red+Green+Blue) = 46+251+227=524 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.78% from 524); Green value is 251 (98.44% from 255 or 47.90% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBE3 is #D1041C. Grayscale: #BABABA. Windows color (decimal): -13698077 or 14940974. OLE color: 14940974.
HSL color Cylindrical-coordinate representation of color #2EFBE3: hue angle of 172.98º 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 #2EFBE3 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 227 | - |
| CMYK | 0.82 | 0 | 0.10 | 0.02 |
| HSL | 172.98º | 0.96% | 0.58% | - |
| HSV(B) | 172.98º | 0.82% | 0.98% | - |
| XYZ | 49.49 | 75.12 | 84.56 | - |
| YUV | 186.97 | 150.58 | 27.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 227 | 0.82 | 0 | 0.10 | 0.02 | 172.98 | 0.96 | 0.58 |
| Hex | 2E | FB | E3 | 52 | 0 | A | 2 | AD | 60 | 3A |
| Octal | 56 | 373 | 343 | 122 | 0 | 12 | 2 | 255 | 140 | 72 |
| Binary | 101110 | 11111011 | 11100011 | 1010010 | 0 | 1010 | 10 | 10101101 | 1100000 | 111010 |
Color Harmonies of #2EFBE3
Complementary color
Monochromatic Colors of #2EFBE3
Black with #2EFBE3
Text Example
Text Example
White with #2EFBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBE3; }
p { color: rgb(46,251,227); }
H1.HeaderClassName
{
color: #2EFBE3;
}
.AnyTagClassName
{
color: #2EFBE3;
}
</style>
background-color css
<style>
a { background-color: #2EFBE3; }
a { background-color: rgb(46,251,227); }
div.DivClassName
{
background-color: #2EFBE3;
}
.BgClassName
{
background-color: #2EFBE3;
}
</style>
border-color css
<style>
span { border-color: #2EFBE3; }
span { border-color: rgb(46,251,227); }
td.TdClassName
{
border-color: #2EFBE3;
}
.TagClassName
{
border-color: #2EFBE3;
}
</style>