Shades of Turquoise #2ED6CF
Tints of Turquoise #2ED6CF
RGB
CMYK
RGB Variations
Color information
#2ED6CF (or 0x2ED6CF) is known color: Turquoise. HEX triplet: 2E, D6 and CF. RGB value is (46,214,207). Sum of RGB (Red+Green+Blue) = 46+214+207=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED6CF is #D12930. Grayscale: #A2A2A2. Windows color (decimal): -13707569 or 13620782. OLE color: 13620782.
HSL color Cylindrical-coordinate representation of color #2ED6CF: hue angle of 177.5º 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 #2ED6CF is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 207 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.16 |
| HSL | 177.5º | 0.67% | 0.51% | - |
| HSV(B) | 177.5º | 0.79% | 0.84% | - |
| XYZ | 36.44 | 53.18 | 67.38 | - |
| YUV | 162.97 | 152.84 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 207 | 0.79 | 0 | 0.03 | 0.16 | 177.5 | 0.67 | 0.51 |
| Hex | 2E | D6 | CF | 4F | 0 | 3 | 10 | B2 | 43 | 33 |
| Octal | 56 | 326 | 317 | 117 | 0 | 3 | 20 | 262 | 103 | 63 |
| Binary | 101110 | 11010110 | 11001111 | 1001111 | 0 | 11 | 10000 | 10110010 | 1000011 | 110011 |
Color Harmonies of #2ED6CF
Complementary color
Monochromatic Colors of #2ED6CF
Black with #2ED6CF
Text Example
Text Example
White with #2ED6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED6CF; }
p { color: rgb(46,214,207); }
H1.HeaderClassName
{
color: #2ED6CF;
}
.AnyTagClassName
{
color: #2ED6CF;
}
</style>
background-color css
<style>
a { background-color: #2ED6CF; }
a { background-color: rgb(46,214,207); }
div.DivClassName
{
background-color: #2ED6CF;
}
.BgClassName
{
background-color: #2ED6CF;
}
</style>
border-color css
<style>
span { border-color: #2ED6CF; }
span { border-color: rgb(46,214,207); }
td.TdClassName
{
border-color: #2ED6CF;
}
.TagClassName
{
border-color: #2ED6CF;
}
</style>