Shades of Turquoise #2EE8DD
Tints of Turquoise #2EE8DD
RGB
CMYK
RGB Variations
Color information
#2EE8DD (or 0x2EE8DD) is known color: Turquoise. HEX triplet: 2E, E8 and DD. RGB value is (46,232,221). Sum of RGB (Red+Green+Blue) = 46+232+221=499 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.22% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8DD is #D11722. Grayscale: #AEAEAE. Windows color (decimal): -13702947 or 14542894. OLE color: 14542894.
HSL color Cylindrical-coordinate representation of color #2EE8DD: hue angle of 176.45º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE8DD is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 221 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.09 |
| HSL | 176.45º | 0.8% | 0.55% | - |
| HSV(B) | 176.45º | 0.8% | 0.91% | - |
| XYZ | 43.03 | 63.51 | 78.4 | - |
| YUV | 175.13 | 153.88 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 221 | 0.80 | 0 | 0.05 | 0.09 | 176.45 | 0.8 | 0.55 |
| Hex | 2E | E8 | DD | 50 | 0 | 5 | 9 | B0 | 50 | 37 |
| Octal | 56 | 350 | 335 | 120 | 0 | 5 | 11 | 260 | 120 | 67 |
| Binary | 101110 | 11101000 | 11011101 | 1010000 | 0 | 101 | 1001 | 10110000 | 1010000 | 110111 |
Color Harmonies of #2EE8DD
Complementary color
Monochromatic Colors of #2EE8DD
Black with #2EE8DD
Text Example
Text Example
White with #2EE8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8DD; }
p { color: rgb(46,232,221); }
H1.HeaderClassName
{
color: #2EE8DD;
}
.AnyTagClassName
{
color: #2EE8DD;
}
</style>
background-color css
<style>
a { background-color: #2EE8DD; }
a { background-color: rgb(46,232,221); }
div.DivClassName
{
background-color: #2EE8DD;
}
.BgClassName
{
background-color: #2EE8DD;
}
</style>
border-color css
<style>
span { border-color: #2EE8DD; }
span { border-color: rgb(46,232,221); }
td.TdClassName
{
border-color: #2EE8DD;
}
.TagClassName
{
border-color: #2EE8DD;
}
</style>