Shades of Turquoise #2EDDD2
Tints of Turquoise #2EDDD2
RGB
CMYK
RGB Variations
Color information
#2EDDD2 (or 0x2EDDD2) is known color: Turquoise. HEX triplet: 2E, DD and D2. RGB value is (46,221,210). Sum of RGB (Red+Green+Blue) = 46+221+210=477 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.64% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 210 (82.42% from 255 or 44.03% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDDD2 is #D1222D. Grayscale: #A7A7A7. Windows color (decimal): -13705774 or 13819182. OLE color: 13819182.
HSL color Cylindrical-coordinate representation of color #2EDDD2: hue angle of 176.23º 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 #2EDDD2 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 210 | - |
| CMYK | 0.79 | 0 | 0.05 | 0.13 |
| HSL | 176.23º | 0.72% | 0.52% | - |
| HSV(B) | 176.23º | 0.79% | 0.87% | - |
| XYZ | 38.62 | 56.95 | 69.93 | - |
| YUV | 167.42 | 152.02 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 210 | 0.79 | 0 | 0.05 | 0.13 | 176.23 | 0.72 | 0.52 |
| Hex | 2E | DD | D2 | 4F | 0 | 5 | D | B0 | 48 | 34 |
| Octal | 56 | 335 | 322 | 117 | 0 | 5 | 15 | 260 | 110 | 64 |
| Binary | 101110 | 11011101 | 11010010 | 1001111 | 0 | 101 | 1101 | 10110000 | 1001000 | 110100 |
Color Harmonies of #2EDDD2
Complementary color
Monochromatic Colors of #2EDDD2
Black with #2EDDD2
Text Example
Text Example
White with #2EDDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDD2; }
p { color: rgb(46,221,210); }
H1.HeaderClassName
{
color: #2EDDD2;
}
.AnyTagClassName
{
color: #2EDDD2;
}
</style>
background-color css
<style>
a { background-color: #2EDDD2; }
a { background-color: rgb(46,221,210); }
div.DivClassName
{
background-color: #2EDDD2;
}
.BgClassName
{
background-color: #2EDDD2;
}
</style>
border-color css
<style>
span { border-color: #2EDDD2; }
span { border-color: rgb(46,221,210); }
td.TdClassName
{
border-color: #2EDDD2;
}
.TagClassName
{
border-color: #2EDDD2;
}
</style>