Shades of Turquoise #2EECC0
Tints of Turquoise #2EECC0
RGB
CMYK
RGB Variations
Color information
#2EECC0 (or 0x2EECC0) is known color: Turquoise. HEX triplet: 2E, EC and C0. RGB value is (46,236,192). Sum of RGB (Red+Green+Blue) = 46+236+192=474 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.70% from 474); Green value is 236 (92.58% from 255 or 49.79% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EECC0 is #D1133F. Grayscale: #AEAEAE. Windows color (decimal): -13701952 or 12643374. OLE color: 12643374.
HSL color Cylindrical-coordinate representation of color #2EECC0: hue angle of 166.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECC0 is Cyan = 0.81, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 192 | - |
| CMYK | 0.81 | 0 | 0.19 | 0.07 |
| HSL | 166.11º | 0.83% | 0.55% | - |
| HSV(B) | 166.11º | 0.81% | 0.93% | - |
| XYZ | 40.64 | 64.38 | 60.15 | - |
| YUV | 174.17 | 138.05 | 36.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 192 | 0.81 | 0 | 0.19 | 0.07 | 166.11 | 0.83 | 0.55 |
| Hex | 2E | EC | C0 | 51 | 0 | 13 | 7 | A6 | 53 | 37 |
| Octal | 56 | 354 | 300 | 121 | 0 | 23 | 7 | 246 | 123 | 67 |
| Binary | 101110 | 11101100 | 11000000 | 1010001 | 0 | 10011 | 111 | 10100110 | 1010011 | 110111 |
Color Harmonies of #2EECC0
Complementary color
Monochromatic Colors of #2EECC0
Black with #2EECC0
Text Example
Text Example
White with #2EECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECC0; }
p { color: rgb(46,236,192); }
H1.HeaderClassName
{
color: #2EECC0;
}
.AnyTagClassName
{
color: #2EECC0;
}
</style>
background-color css
<style>
a { background-color: #2EECC0; }
a { background-color: rgb(46,236,192); }
div.DivClassName
{
background-color: #2EECC0;
}
.BgClassName
{
background-color: #2EECC0;
}
</style>
border-color css
<style>
span { border-color: #2EECC0; }
span { border-color: rgb(46,236,192); }
td.TdClassName
{
border-color: #2EECC0;
}
.TagClassName
{
border-color: #2EECC0;
}
</style>