Shades of Turquoise #2EFFEC
Tints of Turquoise #2EFFEC
RGB
CMYK
RGB Variations
Color information
#2EFFEC (or 0x2EFFEC) is known color: Turquoise. HEX triplet: 2E, FF and EC. RGB value is (46,255,236). Sum of RGB (Red+Green+Blue) = 46+255+236=537 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.57% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFFEC is #D10013. Grayscale: #BEBEBE. Windows color (decimal): -13697044 or 15531822. OLE color: 15531822.
HSL color Cylindrical-coordinate representation of color #2EFFEC: hue angle of 174.55º 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 #2EFFEC is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 236 | - |
| CMYK | 0.82 | 0 | 0.07 | 0 |
| HSL | 174.55º | 1% | 0.59% | - |
| HSV(B) | 174.55º | 0.82% | 1% | - |
| XYZ | 52.03 | 78.16 | 91.7 | - |
| YUV | 190.34 | 153.76 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 236 | 0.82 | 0 | 0.07 | 0 | 174.55 | 1 | 0.59 |
| Hex | 2E | FF | EC | 52 | 0 | 7 | 0 | AF | 64 | 3B |
| Octal | 56 | 377 | 354 | 122 | 0 | 7 | 0 | 257 | 144 | 73 |
| Binary | 101110 | 11111111 | 11101100 | 1010010 | 0 | 111 | 0 | 10101111 | 1100100 | 111011 |
Color Harmonies of #2EFFEC
Complementary color
Monochromatic Colors of #2EFFEC
Black with #2EFFEC
Text Example
Text Example
White with #2EFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFEC; }
p { color: rgb(46,255,236); }
H1.HeaderClassName
{
color: #2EFFEC;
}
.AnyTagClassName
{
color: #2EFFEC;
}
</style>
background-color css
<style>
a { background-color: #2EFFEC; }
a { background-color: rgb(46,255,236); }
div.DivClassName
{
background-color: #2EFFEC;
}
.BgClassName
{
background-color: #2EFFEC;
}
</style>
border-color css
<style>
span { border-color: #2EFFEC; }
span { border-color: rgb(46,255,236); }
td.TdClassName
{
border-color: #2EFFEC;
}
.TagClassName
{
border-color: #2EFFEC;
}
</style>