Shades of Turquoise #2EDFBF
Tints of Turquoise #2EDFBF
RGB
CMYK
RGB Variations
Color information
#2EDFBF (or 0x2EDFBF) is known color: Turquoise. HEX triplet: 2E, DF and BF. RGB value is (46,223,191). Sum of RGB (Red+Green+Blue) = 46+223+191=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFBF is #D12040. Grayscale: #A6A6A6. Windows color (decimal): -13705281 or 12574510. OLE color: 12574510.
HSL color Cylindrical-coordinate representation of color #2EDFBF: hue angle of 169.15º 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 #2EDFBF is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 191 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.13 |
| HSL | 169.15º | 0.73% | 0.53% | - |
| HSV(B) | 169.15º | 0.79% | 0.87% | - |
| XYZ | 36.92 | 57.12 | 58.37 | - |
| YUV | 166.43 | 141.86 | 42.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 191 | 0.79 | 0 | 0.14 | 0.13 | 169.15 | 0.73 | 0.53 |
| Hex | 2E | DF | BF | 4F | 0 | E | D | A9 | 49 | 35 |
| Octal | 56 | 337 | 277 | 117 | 0 | 16 | 15 | 251 | 111 | 65 |
| Binary | 101110 | 11011111 | 10111111 | 1001111 | 0 | 1110 | 1101 | 10101001 | 1001001 | 110101 |
Color Harmonies of #2EDFBF
Complementary color
Monochromatic Colors of #2EDFBF
Black with #2EDFBF
Text Example
Text Example
White with #2EDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFBF; }
p { color: rgb(46,223,191); }
H1.HeaderClassName
{
color: #2EDFBF;
}
.AnyTagClassName
{
color: #2EDFBF;
}
</style>
background-color css
<style>
a { background-color: #2EDFBF; }
a { background-color: rgb(46,223,191); }
div.DivClassName
{
background-color: #2EDFBF;
}
.BgClassName
{
background-color: #2EDFBF;
}
</style>
border-color css
<style>
span { border-color: #2EDFBF; }
span { border-color: rgb(46,223,191); }
td.TdClassName
{
border-color: #2EDFBF;
}
.TagClassName
{
border-color: #2EDFBF;
}
</style>