Shades of Turquoise #2ED6BC
Tints of Turquoise #2ED6BC
RGB
CMYK
RGB Variations
Color information
#2ED6BC (or 0x2ED6BC) is known color: Turquoise. HEX triplet: 2E, D6 and BC. RGB value is (46,214,188). Sum of RGB (Red+Green+Blue) = 46+214+188=448 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.27% from 448); Green value is 214 (83.98% from 255 or 47.77% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6BC is #D12943. Grayscale: #A0A0A0. Windows color (decimal): -13707588 or 12375598. OLE color: 12375598.
HSL color Cylindrical-coordinate representation of color #2ED6BC: hue angle of 170.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED6BC is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 188 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.16 |
| HSL | 170.71º | 0.67% | 0.51% | - |
| HSV(B) | 170.71º | 0.79% | 0.84% | - |
| XYZ | 34.25 | 52.3 | 55.87 | - |
| YUV | 160.8 | 143.34 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 188 | 0.79 | 0 | 0.12 | 0.16 | 170.71 | 0.67 | 0.51 |
| Hex | 2E | D6 | BC | 4F | 0 | C | 10 | AB | 43 | 33 |
| Octal | 56 | 326 | 274 | 117 | 0 | 14 | 20 | 253 | 103 | 63 |
| Binary | 101110 | 11010110 | 10111100 | 1001111 | 0 | 1100 | 10000 | 10101011 | 1000011 | 110011 |
Color Harmonies of #2ED6BC
Complementary color
Monochromatic Colors of #2ED6BC
Black with #2ED6BC
Text Example
Text Example
White with #2ED6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6BC; }
p { color: rgb(46,214,188); }
H1.HeaderClassName
{
color: #2ED6BC;
}
.AnyTagClassName
{
color: #2ED6BC;
}
</style>
background-color css
<style>
a { background-color: #2ED6BC; }
a { background-color: rgb(46,214,188); }
div.DivClassName
{
background-color: #2ED6BC;
}
.BgClassName
{
background-color: #2ED6BC;
}
</style>
border-color css
<style>
span { border-color: #2ED6BC; }
span { border-color: rgb(46,214,188); }
td.TdClassName
{
border-color: #2ED6BC;
}
.TagClassName
{
border-color: #2ED6BC;
}
</style>