Shades of Turquoise #2EE8D2
Tints of Turquoise #2EE8D2
RGB
CMYK
RGB Variations
Color information
#2EE8D2 (or 0x2EE8D2) is known color: Turquoise. HEX triplet: 2E, E8 and D2. RGB value is (46,232,210). Sum of RGB (Red+Green+Blue) = 46+232+210=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8D2 is #D1172D. Grayscale: #ADADAD. Windows color (decimal): -13702958 or 13821998. OLE color: 13821998.
HSL color Cylindrical-coordinate representation of color #2EE8D2: hue angle of 172.9º 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 #2EE8D2 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 210 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.09 |
| HSL | 172.9º | 0.8% | 0.55% | - |
| HSV(B) | 172.9º | 0.8% | 0.91% | - |
| XYZ | 41.62 | 62.95 | 70.93 | - |
| YUV | 173.88 | 148.38 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 210 | 0.80 | 0 | 0.09 | 0.09 | 172.9 | 0.8 | 0.55 |
| Hex | 2E | E8 | D2 | 50 | 0 | 9 | 9 | AD | 50 | 37 |
| Octal | 56 | 350 | 322 | 120 | 0 | 11 | 11 | 255 | 120 | 67 |
| Binary | 101110 | 11101000 | 11010010 | 1010000 | 0 | 1001 | 1001 | 10101101 | 1010000 | 110111 |
Color Harmonies of #2EE8D2
Complementary color
Monochromatic Colors of #2EE8D2
Black with #2EE8D2
Text Example
Text Example
White with #2EE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8D2; }
p { color: rgb(46,232,210); }
H1.HeaderClassName
{
color: #2EE8D2;
}
.AnyTagClassName
{
color: #2EE8D2;
}
</style>
background-color css
<style>
a { background-color: #2EE8D2; }
a { background-color: rgb(46,232,210); }
div.DivClassName
{
background-color: #2EE8D2;
}
.BgClassName
{
background-color: #2EE8D2;
}
</style>
border-color css
<style>
span { border-color: #2EE8D2; }
span { border-color: rgb(46,232,210); }
td.TdClassName
{
border-color: #2EE8D2;
}
.TagClassName
{
border-color: #2EE8D2;
}
</style>