Shades of Turquoise #2EDDD8
Tints of Turquoise #2EDDD8
RGB
CMYK
RGB Variations
Color information
#2EDDD8 (or 0x2EDDD8) is known color: Turquoise. HEX triplet: 2E, DD and D8. RGB value is (46,221,216). Sum of RGB (Red+Green+Blue) = 46+221+216=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDD8 is #D12227. Grayscale: #A7A7A7. Windows color (decimal): -13705768 or 14212398. OLE color: 14212398.
HSL color Cylindrical-coordinate representation of color #2EDDD8: hue angle of 178.29º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDD8 is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 216 | - |
| CMYK | 0.79 | 0 | 0.02 | 0.13 |
| HSL | 178.29º | 0.72% | 0.52% | - |
| HSV(B) | 178.29º | 0.79% | 0.87% | - |
| XYZ | 39.38 | 57.25 | 73.94 | - |
| YUV | 168.11 | 155.02 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 216 | 0.79 | 0 | 0.02 | 0.13 | 178.29 | 0.72 | 0.52 |
| Hex | 2E | DD | D8 | 4F | 0 | 2 | D | B2 | 48 | 34 |
| Octal | 56 | 335 | 330 | 117 | 0 | 2 | 15 | 262 | 110 | 64 |
| Binary | 101110 | 11011101 | 11011000 | 1001111 | 0 | 10 | 1101 | 10110010 | 1001000 | 110100 |
Color Harmonies of #2EDDD8
Complementary color
Monochromatic Colors of #2EDDD8
Black with #2EDDD8
Text Example
Text Example
White with #2EDDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDD8; }
p { color: rgb(46,221,216); }
H1.HeaderClassName
{
color: #2EDDD8;
}
.AnyTagClassName
{
color: #2EDDD8;
}
</style>
background-color css
<style>
a { background-color: #2EDDD8; }
a { background-color: rgb(46,221,216); }
div.DivClassName
{
background-color: #2EDDD8;
}
.BgClassName
{
background-color: #2EDDD8;
}
</style>
border-color css
<style>
span { border-color: #2EDDD8; }
span { border-color: rgb(46,221,216); }
td.TdClassName
{
border-color: #2EDDD8;
}
.TagClassName
{
border-color: #2EDDD8;
}
</style>