Shades of Turquoise #2EFBEC
Tints of Turquoise #2EFBEC
RGB
CMYK
RGB Variations
Color information
#2EFBEC (or 0x2EFBEC) is known color: Turquoise. HEX triplet: 2E, FB and EC. RGB value is (46,251,236). Sum of RGB (Red+Green+Blue) = 46+251+236=533 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.63% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFBEC is #D10413. Grayscale: #BBBBBB. Windows color (decimal): -13698068 or 15530798. OLE color: 15530798.
HSL color Cylindrical-coordinate representation of color #2EFBEC: hue angle of 175.61º 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 #2EFBEC is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 236 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.02 |
| HSL | 175.61º | 0.96% | 0.58% | - |
| HSV(B) | 175.61º | 0.82% | 0.98% | - |
| XYZ | 50.76 | 75.63 | 91.28 | - |
| YUV | 188 | 155.08 | 26.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 236 | 0.82 | 0 | 0.06 | 0.02 | 175.61 | 0.96 | 0.58 |
| Hex | 2E | FB | EC | 52 | 0 | 6 | 2 | B0 | 60 | 3A |
| Octal | 56 | 373 | 354 | 122 | 0 | 6 | 2 | 260 | 140 | 72 |
| Binary | 101110 | 11111011 | 11101100 | 1010010 | 0 | 110 | 10 | 10110000 | 1100000 | 111010 |
Color Harmonies of #2EFBEC
Complementary color
Monochromatic Colors of #2EFBEC
Black with #2EFBEC
Text Example
Text Example
White with #2EFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBEC; }
p { color: rgb(46,251,236); }
H1.HeaderClassName
{
color: #2EFBEC;
}
.AnyTagClassName
{
color: #2EFBEC;
}
</style>
background-color css
<style>
a { background-color: #2EFBEC; }
a { background-color: rgb(46,251,236); }
div.DivClassName
{
background-color: #2EFBEC;
}
.BgClassName
{
background-color: #2EFBEC;
}
</style>
border-color css
<style>
span { border-color: #2EFBEC; }
span { border-color: rgb(46,251,236); }
td.TdClassName
{
border-color: #2EFBEC;
}
.TagClassName
{
border-color: #2EFBEC;
}
</style>