Shades of Turquoise #2EFBC2
Tints of Turquoise #2EFBC2
RGB
CMYK
RGB Variations
Color information
#2EFBC2 (or 0x2EFBC2) is known color: Turquoise. HEX triplet: 2E, FB and C2. RGB value is (46,251,194). Sum of RGB (Red+Green+Blue) = 46+251+194=491 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.37% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFBC2 is #D1043D. Grayscale: #B7B7B7. Windows color (decimal): -13698110 or 12778286. OLE color: 12778286.
HSL color Cylindrical-coordinate representation of color #2EFBC2: hue angle of 163.32º 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 #2EFBC2 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 194 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.02 |
| HSL | 163.32º | 0.96% | 0.58% | - |
| HSV(B) | 163.32º | 0.82% | 0.98% | - |
| XYZ | 45.36 | 73.47 | 62.83 | - |
| YUV | 183.21 | 134.08 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 194 | 0.82 | 0 | 0.23 | 0.02 | 163.32 | 0.96 | 0.58 |
| Hex | 2E | FB | C2 | 52 | 0 | 17 | 2 | A3 | 60 | 3A |
| Octal | 56 | 373 | 302 | 122 | 0 | 27 | 2 | 243 | 140 | 72 |
| Binary | 101110 | 11111011 | 11000010 | 1010010 | 0 | 10111 | 10 | 10100011 | 1100000 | 111010 |
Color Harmonies of #2EFBC2
Complementary color
Monochromatic Colors of #2EFBC2
Black with #2EFBC2
Text Example
Text Example
White with #2EFBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBC2; }
p { color: rgb(46,251,194); }
H1.HeaderClassName
{
color: #2EFBC2;
}
.AnyTagClassName
{
color: #2EFBC2;
}
</style>
background-color css
<style>
a { background-color: #2EFBC2; }
a { background-color: rgb(46,251,194); }
div.DivClassName
{
background-color: #2EFBC2;
}
.BgClassName
{
background-color: #2EFBC2;
}
</style>
border-color css
<style>
span { border-color: #2EFBC2; }
span { border-color: rgb(46,251,194); }
td.TdClassName
{
border-color: #2EFBC2;
}
.TagClassName
{
border-color: #2EFBC2;
}
</style>