Shades of Turquoise #2ED1C8
Tints of Turquoise #2ED1C8
RGB
CMYK
RGB Variations
Color information
#2ED1C8 (or 0x2ED1C8) is known color: Turquoise. HEX triplet: 2E, D1 and C8. RGB value is (46,209,200). Sum of RGB (Red+Green+Blue) = 46+209+200=455 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.11% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED1C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED1C8 is #D12E37. Grayscale: #9F9F9F. Windows color (decimal): -13708856 or 13160750. OLE color: 13160750.
HSL color Cylindrical-coordinate representation of color #2ED1C8: hue angle of 176.69º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED1C8 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 209 | 200 | - |
| CMYK | 0.78 | 0 | 0.04 | 0.18 |
| HSL | 176.69º | 0.64% | 0.5% | - |
| HSV(B) | 176.69º | 0.78% | 0.82% | - |
| XYZ | 34.35 | 50.35 | 62.55 | - |
| YUV | 159.24 | 151 | 47.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 200 | 0.78 | 0 | 0.04 | 0.18 | 176.69 | 0.64 | 0.5 |
| Hex | 2E | D1 | C8 | 4E | 0 | 4 | 12 | B1 | 40 | 32 |
| Octal | 56 | 321 | 310 | 116 | 0 | 4 | 22 | 261 | 100 | 62 |
| Binary | 101110 | 11010001 | 11001000 | 1001110 | 0 | 100 | 10010 | 10110001 | 1000000 | 110010 |
Color Harmonies of #2ED1C8
Complementary color
Monochromatic Colors of #2ED1C8
Black with #2ED1C8
Text Example
Text Example
White with #2ED1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED1C8; }
p { color: rgb(46,209,200); }
H1.HeaderClassName
{
color: #2ED1C8;
}
.AnyTagClassName
{
color: #2ED1C8;
}
</style>
background-color css
<style>
a { background-color: #2ED1C8; }
a { background-color: rgb(46,209,200); }
div.DivClassName
{
background-color: #2ED1C8;
}
.BgClassName
{
background-color: #2ED1C8;
}
</style>
border-color css
<style>
span { border-color: #2ED1C8; }
span { border-color: rgb(46,209,200); }
td.TdClassName
{
border-color: #2ED1C8;
}
.TagClassName
{
border-color: #2ED1C8;
}
</style>