Shades of Turquoise #2EEEC9
Tints of Turquoise #2EEEC9
RGB
CMYK
RGB Variations
Color information
#2EEEC9 (or 0x2EEEC9) is known color: Turquoise. HEX triplet: 2E, EE and C9. RGB value is (46,238,201). Sum of RGB (Red+Green+Blue) = 46+238+201=485 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.48% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEC9 is #D11136. Grayscale: #B0B0B0. Windows color (decimal): -13701431 or 13233710. OLE color: 13233710.
HSL color Cylindrical-coordinate representation of color #2EEEC9: hue angle of 168.44º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEC9 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 201 | - |
| CMYK | 0.81 | 0 | 0.16 | 0.07 |
| HSL | 168.44º | 0.85% | 0.56% | - |
| HSV(B) | 168.44º | 0.81% | 0.93% | - |
| XYZ | 42.24 | 65.95 | 65.76 | - |
| YUV | 176.37 | 141.89 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 201 | 0.81 | 0 | 0.16 | 0.07 | 168.44 | 0.85 | 0.56 |
| Hex | 2E | EE | C9 | 51 | 0 | 10 | 7 | A8 | 55 | 38 |
| Octal | 56 | 356 | 311 | 121 | 0 | 20 | 7 | 250 | 125 | 70 |
| Binary | 101110 | 11101110 | 11001001 | 1010001 | 0 | 10000 | 111 | 10101000 | 1010101 | 111000 |
Color Harmonies of #2EEEC9
Complementary color
Monochromatic Colors of #2EEEC9
Black with #2EEEC9
Text Example
Text Example
White with #2EEEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEC9; }
p { color: rgb(46,238,201); }
H1.HeaderClassName
{
color: #2EEEC9;
}
.AnyTagClassName
{
color: #2EEEC9;
}
</style>
background-color css
<style>
a { background-color: #2EEEC9; }
a { background-color: rgb(46,238,201); }
div.DivClassName
{
background-color: #2EEEC9;
}
.BgClassName
{
background-color: #2EEEC9;
}
</style>
border-color css
<style>
span { border-color: #2EEEC9; }
span { border-color: rgb(46,238,201); }
td.TdClassName
{
border-color: #2EEEC9;
}
.TagClassName
{
border-color: #2EEEC9;
}
</style>