Shades of Turquoise #2EDFC0
Tints of Turquoise #2EDFC0
RGB
CMYK
RGB Variations
Color information
#2EDFC0 (or 0x2EDFC0) is known color: Turquoise. HEX triplet: 2E, DF and C0. RGB value is (46,223,192). Sum of RGB (Red+Green+Blue) = 46+223+192=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDFC0 is #D1203F. Grayscale: #A6A6A6. Windows color (decimal): -13705280 or 12640046. OLE color: 12640046.
HSL color Cylindrical-coordinate representation of color #2EDFC0: hue angle of 169.49º 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 #2EDFC0 is Cyan = 0.79, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 192 | - |
| CMYK | 0.79 | 0 | 0.14 | 0.13 |
| HSL | 169.49º | 0.73% | 0.53% | - |
| HSV(B) | 169.49º | 0.79% | 0.87% | - |
| XYZ | 37.03 | 57.16 | 58.95 | - |
| YUV | 166.54 | 142.36 | 42.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 192 | 0.79 | 0 | 0.14 | 0.13 | 169.49 | 0.73 | 0.53 |
| Hex | 2E | DF | C0 | 4F | 0 | E | D | A9 | 49 | 35 |
| Octal | 56 | 337 | 300 | 117 | 0 | 16 | 15 | 251 | 111 | 65 |
| Binary | 101110 | 11011111 | 11000000 | 1001111 | 0 | 1110 | 1101 | 10101001 | 1001001 | 110101 |
Color Harmonies of #2EDFC0
Complementary color
Monochromatic Colors of #2EDFC0
Black with #2EDFC0
Text Example
Text Example
White with #2EDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDFC0; }
p { color: rgb(46,223,192); }
H1.HeaderClassName
{
color: #2EDFC0;
}
.AnyTagClassName
{
color: #2EDFC0;
}
</style>
background-color css
<style>
a { background-color: #2EDFC0; }
a { background-color: rgb(46,223,192); }
div.DivClassName
{
background-color: #2EDFC0;
}
.BgClassName
{
background-color: #2EDFC0;
}
</style>
border-color css
<style>
span { border-color: #2EDFC0; }
span { border-color: rgb(46,223,192); }
td.TdClassName
{
border-color: #2EDFC0;
}
.TagClassName
{
border-color: #2EDFC0;
}
</style>