Shades of Turquoise #2EFFC0
Tints of Turquoise #2EFFC0
RGB
CMYK
RGB Variations
Color information
#2EFFC0 (or 0x2EFFC0) is known color: Turquoise. HEX triplet: 2E, FF and C0. RGB value is (46,255,192). Sum of RGB (Red+Green+Blue) = 46+255+192=493 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.33% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFC0 is #D1003F. Grayscale: #B9B9B9. Windows color (decimal): -13697088 or 12648238. OLE color: 12648238.
HSL color Cylindrical-coordinate representation of color #2EFFC0: hue angle of 161.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFC0 is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 192 | - |
| CMYK | 0.82 | 0 | 0.25 | 0 |
| HSL | 161.91º | 1% | 0.59% | - |
| HSV(B) | 161.91º | 0.82% | 1% | - |
| XYZ | 46.4 | 75.91 | 62.08 | - |
| YUV | 185.33 | 131.76 | 28.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 192 | 0.82 | 0 | 0.25 | 0 | 161.91 | 1 | 0.59 |
| Hex | 2E | FF | C0 | 52 | 0 | 19 | 0 | A2 | 64 | 3B |
| Octal | 56 | 377 | 300 | 122 | 0 | 31 | 0 | 242 | 144 | 73 |
| Binary | 101110 | 11111111 | 11000000 | 1010010 | 0 | 11001 | 0 | 10100010 | 1100100 | 111011 |
Color Harmonies of #2EFFC0
Complementary color
Monochromatic Colors of #2EFFC0
Black with #2EFFC0
Text Example
Text Example
White with #2EFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFC0; }
p { color: rgb(46,255,192); }
H1.HeaderClassName
{
color: #2EFFC0;
}
.AnyTagClassName
{
color: #2EFFC0;
}
</style>
background-color css
<style>
a { background-color: #2EFFC0; }
a { background-color: rgb(46,255,192); }
div.DivClassName
{
background-color: #2EFFC0;
}
.BgClassName
{
background-color: #2EFFC0;
}
</style>
border-color css
<style>
span { border-color: #2EFFC0; }
span { border-color: rgb(46,255,192); }
td.TdClassName
{
border-color: #2EFFC0;
}
.TagClassName
{
border-color: #2EFFC0;
}
</style>