Shades of Turquoise #2EDCC8
Tints of Turquoise #2EDCC8
RGB
CMYK
RGB Variations
Color information
#2EDCC8 (or 0x2EDCC8) is known color: Turquoise. HEX triplet: 2E, DC and C8. RGB value is (46,220,200). Sum of RGB (Red+Green+Blue) = 46+220+200=466 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.87% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDCC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDCC8 is #D12337. Grayscale: #A5A5A5. Windows color (decimal): -13706040 or 13163566. OLE color: 13163566.
HSL color Cylindrical-coordinate representation of color #2EDCC8: hue angle of 173.1º 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 #2EDCC8 is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 200 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.14 |
| HSL | 173.1º | 0.71% | 0.52% | - |
| HSV(B) | 173.1º | 0.79% | 0.86% | - |
| XYZ | 37.15 | 55.94 | 63.48 | - |
| YUV | 165.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 200 | 0.79 | 0 | 0.09 | 0.14 | 173.1 | 0.71 | 0.52 |
| Hex | 2E | DC | C8 | 4F | 0 | 9 | E | AD | 47 | 34 |
| Octal | 56 | 334 | 310 | 117 | 0 | 11 | 16 | 255 | 107 | 64 |
| Binary | 101110 | 11011100 | 11001000 | 1001111 | 0 | 1001 | 1110 | 10101101 | 1000111 | 110100 |
Color Harmonies of #2EDCC8
Complementary color
Monochromatic Colors of #2EDCC8
Black with #2EDCC8
Text Example
Text Example
White with #2EDCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDCC8; }
p { color: rgb(46,220,200); }
H1.HeaderClassName
{
color: #2EDCC8;
}
.AnyTagClassName
{
color: #2EDCC8;
}
</style>
background-color css
<style>
a { background-color: #2EDCC8; }
a { background-color: rgb(46,220,200); }
div.DivClassName
{
background-color: #2EDCC8;
}
.BgClassName
{
background-color: #2EDCC8;
}
</style>
border-color css
<style>
span { border-color: #2EDCC8; }
span { border-color: rgb(46,220,200); }
td.TdClassName
{
border-color: #2EDCC8;
}
.TagClassName
{
border-color: #2EDCC8;
}
</style>