Shades of Turquoise #2EDFBE
Tints of Turquoise #2EDFBE
RGB
CMYK
RGB Variations
Color information
#2EDFBE (or 0x2EDFBE) is known color: Turquoise. HEX triplet: 2E, DF and BE. RGB value is (46,223,190). Sum of RGB (Red+Green+Blue) = 46+223+190=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 223 (87.5% from 255 or 48.58% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFBE is #D12041. Grayscale: #A6A6A6. Windows color (decimal): -13705282 or 12508974. OLE color: 12508974.
HSL color Cylindrical-coordinate representation of color #2EDFBE: hue angle of 168.81º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDFBE is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 190 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.13 |
| HSL | 168.81º | 0.73% | 0.53% | - |
| HSV(B) | 168.81º | 0.79% | 0.87% | - |
| XYZ | 36.81 | 57.07 | 57.79 | - |
| YUV | 166.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 190 | 0.79 | 0 | 0.15 | 0.13 | 168.81 | 0.73 | 0.53 |
| Hex | 2E | DF | BE | 4F | 0 | F | D | A9 | 49 | 35 |
| Octal | 56 | 337 | 276 | 117 | 0 | 17 | 15 | 251 | 111 | 65 |
| Binary | 101110 | 11011111 | 10111110 | 1001111 | 0 | 1111 | 1101 | 10101001 | 1001001 | 110101 |
Color Harmonies of #2EDFBE
Complementary color
Monochromatic Colors of #2EDFBE
Black with #2EDFBE
Text Example
Text Example
White with #2EDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFBE; }
p { color: rgb(46,223,190); }
H1.HeaderClassName
{
color: #2EDFBE;
}
.AnyTagClassName
{
color: #2EDFBE;
}
</style>
background-color css
<style>
a { background-color: #2EDFBE; }
a { background-color: rgb(46,223,190); }
div.DivClassName
{
background-color: #2EDFBE;
}
.BgClassName
{
background-color: #2EDFBE;
}
</style>
border-color css
<style>
span { border-color: #2EDFBE; }
span { border-color: rgb(46,223,190); }
td.TdClassName
{
border-color: #2EDFBE;
}
.TagClassName
{
border-color: #2EDFBE;
}
</style>