Shades of Turquoise #2EE7C9
Tints of Turquoise #2EE7C9
RGB
CMYK
RGB Variations
Color information
#2EE7C9 (or 0x2EE7C9) is known color: Turquoise. HEX triplet: 2E, E7 and C9. RGB value is (46,231,201). Sum of RGB (Red+Green+Blue) = 46+231+201=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE7C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE7C9 is #D11836. Grayscale: #ACACAC. Windows color (decimal): -13703223 or 13231918. OLE color: 13231918.
HSL color Cylindrical-coordinate representation of color #2EE7C9: hue angle of 170.27º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE7C9 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 201 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.09 |
| HSL | 170.27º | 0.79% | 0.54% | - |
| HSV(B) | 170.27º | 0.8% | 0.91% | - |
| XYZ | 40.25 | 61.95 | 65.09 | - |
| YUV | 172.27 | 144.21 | 37.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 201 | 0.80 | 0 | 0.13 | 0.09 | 170.27 | 0.79 | 0.54 |
| Hex | 2E | E7 | C9 | 50 | 0 | D | 9 | AA | 4F | 36 |
| Octal | 56 | 347 | 311 | 120 | 0 | 15 | 11 | 252 | 117 | 66 |
| Binary | 101110 | 11100111 | 11001001 | 1010000 | 0 | 1101 | 1001 | 10101010 | 1001111 | 110110 |
Color Harmonies of #2EE7C9
Complementary color
Monochromatic Colors of #2EE7C9
Black with #2EE7C9
Text Example
Text Example
White with #2EE7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE7C9; }
p { color: rgb(46,231,201); }
H1.HeaderClassName
{
color: #2EE7C9;
}
.AnyTagClassName
{
color: #2EE7C9;
}
</style>
background-color css
<style>
a { background-color: #2EE7C9; }
a { background-color: rgb(46,231,201); }
div.DivClassName
{
background-color: #2EE7C9;
}
.BgClassName
{
background-color: #2EE7C9;
}
</style>
border-color css
<style>
span { border-color: #2EE7C9; }
span { border-color: rgb(46,231,201); }
td.TdClassName
{
border-color: #2EE7C9;
}
.TagClassName
{
border-color: #2EE7C9;
}
</style>