Shades of Turquoise #2EDEBC
Tints of Turquoise #2EDEBC
RGB
CMYK
RGB Variations
Color information
#2EDEBC (or 0x2EDEBC) is known color: Turquoise. HEX triplet: 2E, DE and BC. RGB value is (46,222,188). Sum of RGB (Red+Green+Blue) = 46+222+188=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDEBC is #D12143. Grayscale: #A5A5A5. Windows color (decimal): -13705540 or 12377646. OLE color: 12377646.
HSL color Cylindrical-coordinate representation of color #2EDEBC: hue angle of 168.41º 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 #2EDEBC is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 188 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.13 |
| HSL | 168.41º | 0.73% | 0.53% | - |
| HSV(B) | 168.41º | 0.79% | 0.87% | - |
| XYZ | 36.33 | 56.45 | 56.56 | - |
| YUV | 165.5 | 140.69 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 188 | 0.79 | 0 | 0.15 | 0.13 | 168.41 | 0.73 | 0.53 |
| Hex | 2E | DE | BC | 4F | 0 | F | D | A8 | 49 | 35 |
| Octal | 56 | 336 | 274 | 117 | 0 | 17 | 15 | 250 | 111 | 65 |
| Binary | 101110 | 11011110 | 10111100 | 1001111 | 0 | 1111 | 1101 | 10101000 | 1001001 | 110101 |
Color Harmonies of #2EDEBC
Complementary color
Monochromatic Colors of #2EDEBC
Black with #2EDEBC
Text Example
Text Example
White with #2EDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDEBC; }
p { color: rgb(46,222,188); }
H1.HeaderClassName
{
color: #2EDEBC;
}
.AnyTagClassName
{
color: #2EDEBC;
}
</style>
background-color css
<style>
a { background-color: #2EDEBC; }
a { background-color: rgb(46,222,188); }
div.DivClassName
{
background-color: #2EDEBC;
}
.BgClassName
{
background-color: #2EDEBC;
}
</style>
border-color css
<style>
span { border-color: #2EDEBC; }
span { border-color: rgb(46,222,188); }
td.TdClassName
{
border-color: #2EDEBC;
}
.TagClassName
{
border-color: #2EDEBC;
}
</style>