Shades of Turquoise #2EE9CB
Tints of Turquoise #2EE9CB
RGB
CMYK
RGB Variations
Color information
#2EE9CB (or 0x2EE9CB) is known color: Turquoise. HEX triplet: 2E, E9 and CB. RGB value is (46,233,203). Sum of RGB (Red+Green+Blue) = 46+233+203=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE9CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE9CB is #D11634. Grayscale: #ADADAD. Windows color (decimal): -13702709 or 13363502. OLE color: 13363502.
HSL color Cylindrical-coordinate representation of color #2EE9CB: hue angle of 170.37º degrees, saturation: 0.81, 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 #2EE9CB is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 203 | - |
| CMYK | 0.80 | 0 | 0.13 | 0.09 |
| HSL | 170.37º | 0.81% | 0.55% | - |
| HSV(B) | 170.37º | 0.8% | 0.91% | - |
| XYZ | 41.05 | 63.17 | 66.53 | - |
| YUV | 173.67 | 144.55 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 203 | 0.80 | 0 | 0.13 | 0.09 | 170.37 | 0.81 | 0.55 |
| Hex | 2E | E9 | CB | 50 | 0 | D | 9 | AA | 51 | 37 |
| Octal | 56 | 351 | 313 | 120 | 0 | 15 | 11 | 252 | 121 | 67 |
| Binary | 101110 | 11101001 | 11001011 | 1010000 | 0 | 1101 | 1001 | 10101010 | 1010001 | 110111 |
Color Harmonies of #2EE9CB
Complementary color
Monochromatic Colors of #2EE9CB
Black with #2EE9CB
Text Example
Text Example
White with #2EE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE9CB; }
p { color: rgb(46,233,203); }
H1.HeaderClassName
{
color: #2EE9CB;
}
.AnyTagClassName
{
color: #2EE9CB;
}
</style>
background-color css
<style>
a { background-color: #2EE9CB; }
a { background-color: rgb(46,233,203); }
div.DivClassName
{
background-color: #2EE9CB;
}
.BgClassName
{
background-color: #2EE9CB;
}
</style>
border-color css
<style>
span { border-color: #2EE9CB; }
span { border-color: rgb(46,233,203); }
td.TdClassName
{
border-color: #2EE9CB;
}
.TagClassName
{
border-color: #2EE9CB;
}
</style>