Shades of Turquoise #2EDCC7
Tints of Turquoise #2EDCC7
RGB
CMYK
RGB Variations
Color information
#2EDCC7 (or 0x2EDCC7) is known color: Turquoise. HEX triplet: 2E, DC and C7. RGB value is (46,220,199). Sum of RGB (Red+Green+Blue) = 46+220+199=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCC7 is #D12338. Grayscale: #A5A5A5. Windows color (decimal): -13706041 or 13098030. OLE color: 13098030.
HSL color Cylindrical-coordinate representation of color #2EDCC7: hue angle of 172.76º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDCC7 is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 199 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.14 |
| HSL | 172.76º | 0.71% | 0.52% | - |
| HSV(B) | 172.76º | 0.79% | 0.86% | - |
| XYZ | 37.03 | 55.89 | 62.87 | - |
| YUV | 165.58 | 146.85 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 199 | 0.79 | 0 | 0.10 | 0.14 | 172.76 | 0.71 | 0.52 |
| Hex | 2E | DC | C7 | 4F | 0 | A | E | AD | 47 | 34 |
| Octal | 56 | 334 | 307 | 117 | 0 | 12 | 16 | 255 | 107 | 64 |
| Binary | 101110 | 11011100 | 11000111 | 1001111 | 0 | 1010 | 1110 | 10101101 | 1000111 | 110100 |
Color Harmonies of #2EDCC7
Complementary color
Monochromatic Colors of #2EDCC7
Black with #2EDCC7
Text Example
Text Example
White with #2EDCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCC7; }
p { color: rgb(46,220,199); }
H1.HeaderClassName
{
color: #2EDCC7;
}
.AnyTagClassName
{
color: #2EDCC7;
}
</style>
background-color css
<style>
a { background-color: #2EDCC7; }
a { background-color: rgb(46,220,199); }
div.DivClassName
{
background-color: #2EDCC7;
}
.BgClassName
{
background-color: #2EDCC7;
}
</style>
border-color css
<style>
span { border-color: #2EDCC7; }
span { border-color: rgb(46,220,199); }
td.TdClassName
{
border-color: #2EDCC7;
}
.TagClassName
{
border-color: #2EDCC7;
}
</style>