Shades of Turquoise #2ED2C8
Tints of Turquoise #2ED2C8
RGB
CMYK
RGB Variations
Color information
#2ED2C8 (or 0x2ED2C8) is known color: Turquoise. HEX triplet: 2E, D2 and C8. RGB value is (46,210,200). Sum of RGB (Red+Green+Blue) = 46+210+200=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 200 (78.52% from 255 or 43.86% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED2C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED2C8 is #D12D37. Grayscale: #9F9F9F. Windows color (decimal): -13708600 or 13161006. OLE color: 13161006.
HSL color Cylindrical-coordinate representation of color #2ED2C8: hue angle of 176.34º degrees, saturation: 0.65, 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 #2ED2C8 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 200 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.18 |
| HSL | 176.34º | 0.65% | 0.5% | - |
| HSV(B) | 176.34º | 0.78% | 0.82% | - |
| XYZ | 34.6 | 50.84 | 62.63 | - |
| YUV | 159.82 | 150.67 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 200 | 0.78 | 0 | 0.05 | 0.18 | 176.34 | 0.65 | 0.5 |
| Hex | 2E | D2 | C8 | 4E | 0 | 5 | 12 | B0 | 41 | 32 |
| Octal | 56 | 322 | 310 | 116 | 0 | 5 | 22 | 260 | 101 | 62 |
| Binary | 101110 | 11010010 | 11001000 | 1001110 | 0 | 101 | 10010 | 10110000 | 1000001 | 110010 |
Color Harmonies of #2ED2C8
Complementary color
Monochromatic Colors of #2ED2C8
Black with #2ED2C8
Text Example
Text Example
White with #2ED2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED2C8; }
p { color: rgb(46,210,200); }
H1.HeaderClassName
{
color: #2ED2C8;
}
.AnyTagClassName
{
color: #2ED2C8;
}
</style>
background-color css
<style>
a { background-color: #2ED2C8; }
a { background-color: rgb(46,210,200); }
div.DivClassName
{
background-color: #2ED2C8;
}
.BgClassName
{
background-color: #2ED2C8;
}
</style>
border-color css
<style>
span { border-color: #2ED2C8; }
span { border-color: rgb(46,210,200); }
td.TdClassName
{
border-color: #2ED2C8;
}
.TagClassName
{
border-color: #2ED2C8;
}
</style>