Shades of Turquoise #2ED8D0
Tints of Turquoise #2ED8D0
RGB
CMYK
RGB Variations
Color information
#2ED8D0 (or 0x2ED8D0) is known color: Turquoise. HEX triplet: 2E, D8 and D0. RGB value is (46,216,208). Sum of RGB (Red+Green+Blue) = 46+216+208=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED8D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ED8D0 is #D1272F. Grayscale: #A4A4A4. Windows color (decimal): -13707056 or 13686830. OLE color: 13686830.
HSL color Cylindrical-coordinate representation of color #2ED8D0: hue angle of 177.18º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED8D0 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 208 | - |
| CMYK | 0.79 | 0 | 0.04 | 0.15 |
| HSL | 177.18º | 0.69% | 0.51% | - |
| HSV(B) | 177.18º | 0.79% | 0.85% | - |
| XYZ | 37.07 | 54.25 | 68.19 | - |
| YUV | 164.26 | 152.68 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 208 | 0.79 | 0 | 0.04 | 0.15 | 177.18 | 0.69 | 0.51 |
| Hex | 2E | D8 | D0 | 4F | 0 | 4 | F | B1 | 45 | 33 |
| Octal | 56 | 330 | 320 | 117 | 0 | 4 | 17 | 261 | 105 | 63 |
| Binary | 101110 | 11011000 | 11010000 | 1001111 | 0 | 100 | 1111 | 10110001 | 1000101 | 110011 |
Color Harmonies of #2ED8D0
Complementary color
Monochromatic Colors of #2ED8D0
Black with #2ED8D0
Text Example
Text Example
White with #2ED8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED8D0; }
p { color: rgb(46,216,208); }
H1.HeaderClassName
{
color: #2ED8D0;
}
.AnyTagClassName
{
color: #2ED8D0;
}
</style>
background-color css
<style>
a { background-color: #2ED8D0; }
a { background-color: rgb(46,216,208); }
div.DivClassName
{
background-color: #2ED8D0;
}
.BgClassName
{
background-color: #2ED8D0;
}
</style>
border-color css
<style>
span { border-color: #2ED8D0; }
span { border-color: rgb(46,216,208); }
td.TdClassName
{
border-color: #2ED8D0;
}
.TagClassName
{
border-color: #2ED8D0;
}
</style>