Shades of Turquoise #2EE8C9
Tints of Turquoise #2EE8C9
RGB
CMYK
RGB Variations
Color information
#2EE8C9 (or 0x2EE8C9) is known color: Turquoise. HEX triplet: 2E, E8 and C9. RGB value is (46,232,201). Sum of RGB (Red+Green+Blue) = 46+232+201=479 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.60% from 479); Green value is 232 (91.02% from 255 or 48.43% from 479); Blue value is 201 (78.91% from 255 or 41.96% from 479); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8C9 is #D11736. Grayscale: #ACACAC. Windows color (decimal): -13702967 or 13232174. OLE color: 13232174.
HSL color Cylindrical-coordinate representation of color #2EE8C9: hue angle of 170º 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 #2EE8C9 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 201 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.09 |
| HSL | 170º | 0.8% | 0.55% | - |
| HSV(B) | 170º | 0.8% | 0.91% | - |
| XYZ | 40.53 | 62.51 | 65.19 | - |
| YUV | 172.85 | 143.88 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 201 | 0.80 | 0 | 0.13 | 0.09 | 170 | 0.8 | 0.55 |
| Hex | 2E | E8 | C9 | 50 | 0 | D | 9 | AA | 50 | 37 |
| Octal | 56 | 350 | 311 | 120 | 0 | 15 | 11 | 252 | 120 | 67 |
| Binary | 101110 | 11101000 | 11001001 | 1010000 | 0 | 1101 | 1001 | 10101010 | 1010000 | 110111 |
Color Harmonies of #2EE8C9
Complementary color
Monochromatic Colors of #2EE8C9
Black with #2EE8C9
Text Example
Text Example
White with #2EE8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8C9; }
p { color: rgb(46,232,201); }
H1.HeaderClassName
{
color: #2EE8C9;
}
.AnyTagClassName
{
color: #2EE8C9;
}
</style>
background-color css
<style>
a { background-color: #2EE8C9; }
a { background-color: rgb(46,232,201); }
div.DivClassName
{
background-color: #2EE8C9;
}
.BgClassName
{
background-color: #2EE8C9;
}
</style>
border-color css
<style>
span { border-color: #2EE8C9; }
span { border-color: rgb(46,232,201); }
td.TdClassName
{
border-color: #2EE8C9;
}
.TagClassName
{
border-color: #2EE8C9;
}
</style>