Shades of Turquoise #2EDDD7
Tints of Turquoise #2EDDD7
RGB
CMYK
RGB Variations
Color information
#2EDDD7 (or 0x2EDDD7) is known color: Turquoise. HEX triplet: 2E, DD and D7. RGB value is (46,221,215). Sum of RGB (Red+Green+Blue) = 46+221+215=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDD7 is #D12228. Grayscale: #A7A7A7. Windows color (decimal): -13705769 or 14146862. OLE color: 14146862.
HSL color Cylindrical-coordinate representation of color #2EDDD7: hue angle of 177.94º 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 #2EDDD7 is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 215 | - |
| CMYK | 0.79 | 0 | 0.03 | 0.13 |
| HSL | 177.94º | 0.72% | 0.52% | - |
| HSV(B) | 177.94º | 0.79% | 0.87% | - |
| XYZ | 39.25 | 57.2 | 73.26 | - |
| YUV | 167.99 | 154.52 | 40.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 215 | 0.79 | 0 | 0.03 | 0.13 | 177.94 | 0.72 | 0.52 |
| Hex | 2E | DD | D7 | 4F | 0 | 3 | D | B2 | 48 | 34 |
| Octal | 56 | 335 | 327 | 117 | 0 | 3 | 15 | 262 | 110 | 64 |
| Binary | 101110 | 11011101 | 11010111 | 1001111 | 0 | 11 | 1101 | 10110010 | 1001000 | 110100 |
Color Harmonies of #2EDDD7
Complementary color
Monochromatic Colors of #2EDDD7
Black with #2EDDD7
Text Example
Text Example
White with #2EDDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDD7; }
p { color: rgb(46,221,215); }
H1.HeaderClassName
{
color: #2EDDD7;
}
.AnyTagClassName
{
color: #2EDDD7;
}
</style>
background-color css
<style>
a { background-color: #2EDDD7; }
a { background-color: rgb(46,221,215); }
div.DivClassName
{
background-color: #2EDDD7;
}
.BgClassName
{
background-color: #2EDDD7;
}
</style>
border-color css
<style>
span { border-color: #2EDDD7; }
span { border-color: rgb(46,221,215); }
td.TdClassName
{
border-color: #2EDDD7;
}
.TagClassName
{
border-color: #2EDDD7;
}
</style>