Shades of Turquoise #2EF2EC
Tints of Turquoise #2EF2EC
RGB
CMYK
RGB Variations
Color information
#2EF2EC (or 0x2EF2EC) is known color: Turquoise. HEX triplet: 2E, F2 and EC. RGB value is (46,242,236). Sum of RGB (Red+Green+Blue) = 46+242+236=524 (69% of max value = 765). Red value is 46 (18.36% from 255 or 8.78% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF2EC is #D10D13. Grayscale: #B6B6B6. Windows color (decimal): -13700372 or 15528494. OLE color: 15528494.
HSL color Cylindrical-coordinate representation of color #2EF2EC: hue angle of 178.16º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF2EC is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 236 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.05 |
| HSL | 178.16º | 0.88% | 0.56% | - |
| HSV(B) | 178.16º | 0.81% | 0.95% | - |
| XYZ | 48.02 | 70.14 | 90.36 | - |
| YUV | 182.71 | 158.07 | 30.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 236 | 0.81 | 0 | 0.02 | 0.05 | 178.16 | 0.88 | 0.56 |
| Hex | 2E | F2 | EC | 51 | 0 | 2 | 5 | B2 | 58 | 38 |
| Octal | 56 | 362 | 354 | 121 | 0 | 2 | 5 | 262 | 130 | 70 |
| Binary | 101110 | 11110010 | 11101100 | 1010001 | 0 | 10 | 101 | 10110010 | 1011000 | 111000 |
Color Harmonies of #2EF2EC
Complementary color
Monochromatic Colors of #2EF2EC
Black with #2EF2EC
Text Example
Text Example
White with #2EF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF2EC; }
p { color: rgb(46,242,236); }
H1.HeaderClassName
{
color: #2EF2EC;
}
.AnyTagClassName
{
color: #2EF2EC;
}
</style>
background-color css
<style>
a { background-color: #2EF2EC; }
a { background-color: rgb(46,242,236); }
div.DivClassName
{
background-color: #2EF2EC;
}
.BgClassName
{
background-color: #2EF2EC;
}
</style>
border-color css
<style>
span { border-color: #2EF2EC; }
span { border-color: rgb(46,242,236); }
td.TdClassName
{
border-color: #2EF2EC;
}
.TagClassName
{
border-color: #2EF2EC;
}
</style>