Shades of Turquoise #2EDEBF
Tints of Turquoise #2EDEBF
RGB
CMYK
RGB Variations
Color information
#2EDEBF (or 0x2EDEBF) is known color: Turquoise. HEX triplet: 2E, DE and BF. RGB value is (46,222,191). Sum of RGB (Red+Green+Blue) = 46+222+191=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 222 (87.11% from 255 or 48.37% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEBF is #D12140. Grayscale: #A5A5A5. Windows color (decimal): -13705537 or 12574254. OLE color: 12574254.
HSL color Cylindrical-coordinate representation of color #2EDEBF: hue angle of 169.43º 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 #2EDEBF is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 191 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.13 |
| HSL | 169.43º | 0.73% | 0.53% | - |
| HSV(B) | 169.43º | 0.79% | 0.87% | - |
| XYZ | 36.65 | 56.58 | 58.28 | - |
| YUV | 165.84 | 142.19 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 191 | 0.79 | 0 | 0.14 | 0.13 | 169.43 | 0.73 | 0.53 |
| Hex | 2E | DE | BF | 4F | 0 | E | D | A9 | 49 | 35 |
| Octal | 56 | 336 | 277 | 117 | 0 | 16 | 15 | 251 | 111 | 65 |
| Binary | 101110 | 11011110 | 10111111 | 1001111 | 0 | 1110 | 1101 | 10101001 | 1001001 | 110101 |
Color Harmonies of #2EDEBF
Complementary color
Monochromatic Colors of #2EDEBF
Black with #2EDEBF
Text Example
Text Example
White with #2EDEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEBF; }
p { color: rgb(46,222,191); }
H1.HeaderClassName
{
color: #2EDEBF;
}
.AnyTagClassName
{
color: #2EDEBF;
}
</style>
background-color css
<style>
a { background-color: #2EDEBF; }
a { background-color: rgb(46,222,191); }
div.DivClassName
{
background-color: #2EDEBF;
}
.BgClassName
{
background-color: #2EDEBF;
}
</style>
border-color css
<style>
span { border-color: #2EDEBF; }
span { border-color: rgb(46,222,191); }
td.TdClassName
{
border-color: #2EDEBF;
}
.TagClassName
{
border-color: #2EDEBF;
}
</style>