Shades of Turquoise #2EFBC0
Tints of Turquoise #2EFBC0
RGB
CMYK
RGB Variations
Color information
#2EFBC0 (or 0x2EFBC0) is known color: Turquoise. HEX triplet: 2E, FB and C0. RGB value is (46,251,192). Sum of RGB (Red+Green+Blue) = 46+251+192=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 251 (98.44% from 255 or 51.33% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBC0 is #D1043F. Grayscale: #B7B7B7. Windows color (decimal): -13698112 or 12647214. OLE color: 12647214.
HSL color Cylindrical-coordinate representation of color #2EFBC0: hue angle of 162.73º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFBC0 is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 192 | - |
| CMYK | 0.82 | 0 | 0.24 | 0.02 |
| HSL | 162.73º | 0.96% | 0.58% | - |
| HSV(B) | 162.73º | 0.82% | 0.98% | - |
| XYZ | 45.14 | 73.38 | 61.65 | - |
| YUV | 182.98 | 133.08 | 30.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 192 | 0.82 | 0 | 0.24 | 0.02 | 162.73 | 0.96 | 0.58 |
| Hex | 2E | FB | C0 | 52 | 0 | 18 | 2 | A3 | 60 | 3A |
| Octal | 56 | 373 | 300 | 122 | 0 | 30 | 2 | 243 | 140 | 72 |
| Binary | 101110 | 11111011 | 11000000 | 1010010 | 0 | 11000 | 10 | 10100011 | 1100000 | 111010 |
Color Harmonies of #2EFBC0
Complementary color
Monochromatic Colors of #2EFBC0
Black with #2EFBC0
Text Example
Text Example
White with #2EFBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBC0; }
p { color: rgb(46,251,192); }
H1.HeaderClassName
{
color: #2EFBC0;
}
.AnyTagClassName
{
color: #2EFBC0;
}
</style>
background-color css
<style>
a { background-color: #2EFBC0; }
a { background-color: rgb(46,251,192); }
div.DivClassName
{
background-color: #2EFBC0;
}
.BgClassName
{
background-color: #2EFBC0;
}
</style>
border-color css
<style>
span { border-color: #2EFBC0; }
span { border-color: rgb(46,251,192); }
td.TdClassName
{
border-color: #2EFBC0;
}
.TagClassName
{
border-color: #2EFBC0;
}
</style>