Shades of Turquoise #2ED6CA
Tints of Turquoise #2ED6CA
RGB
CMYK
RGB Variations
Color information
#2ED6CA (or 0x2ED6CA) is known color: Turquoise. HEX triplet: 2E, D6 and CA. RGB value is (46,214,202). Sum of RGB (Red+Green+Blue) = 46+214+202=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6CA is #D12935. Grayscale: #A2A2A2. Windows color (decimal): -13707574 or 13293102. OLE color: 13293102.
HSL color Cylindrical-coordinate representation of color #2ED6CA: hue angle of 175.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 #2ED6CA is Cyan = 0.79, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 202 | - |
| CMYK | 0.79 | 0 | 0.06 | 0.16 |
| HSL | 175.71º | 0.67% | 0.51% | - |
| HSV(B) | 175.71º | 0.79% | 0.84% | - |
| XYZ | 35.83 | 52.94 | 64.21 | - |
| YUV | 162.4 | 150.34 | 44.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 202 | 0.79 | 0 | 0.06 | 0.16 | 175.71 | 0.67 | 0.51 |
| Hex | 2E | D6 | CA | 4F | 0 | 6 | 10 | B0 | 43 | 33 |
| Octal | 56 | 326 | 312 | 117 | 0 | 6 | 20 | 260 | 103 | 63 |
| Binary | 101110 | 11010110 | 11001010 | 1001111 | 0 | 110 | 10000 | 10110000 | 1000011 | 110011 |
Color Harmonies of #2ED6CA
Complementary color
Monochromatic Colors of #2ED6CA
Black with #2ED6CA
Text Example
Text Example
White with #2ED6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6CA; }
p { color: rgb(46,214,202); }
H1.HeaderClassName
{
color: #2ED6CA;
}
.AnyTagClassName
{
color: #2ED6CA;
}
</style>
background-color css
<style>
a { background-color: #2ED6CA; }
a { background-color: rgb(46,214,202); }
div.DivClassName
{
background-color: #2ED6CA;
}
.BgClassName
{
background-color: #2ED6CA;
}
</style>
border-color css
<style>
span { border-color: #2ED6CA; }
span { border-color: rgb(46,214,202); }
td.TdClassName
{
border-color: #2ED6CA;
}
.TagClassName
{
border-color: #2ED6CA;
}
</style>