Shades of Turquoise #2EFEEC
Tints of Turquoise #2EFEEC
RGB
CMYK
RGB Variations
Color information
#2EFEEC (or 0x2EFEEC) is known color: Turquoise. HEX triplet: 2E, FE and EC. RGB value is (46,254,236). Sum of RGB (Red+Green+Blue) = 46+254+236=536 (70% of max value = 765). Red value is 46 (18.36% from 255 or 8.58% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFEEC is #D10113. Grayscale: #BDBDBD. Windows color (decimal): -13697300 or 15531566. OLE color: 15531566.
HSL color Cylindrical-coordinate representation of color #2EFEEC: hue angle of 174.81º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFEEC is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 236 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.00 |
| HSL | 174.81º | 0.99% | 0.59% | - |
| HSV(B) | 174.81º | 0.82% | 1% | - |
| XYZ | 51.71 | 77.52 | 91.59 | - |
| YUV | 189.76 | 154.09 | 25.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 236 | 0.82 | 0 | 0.07 | 0.00 | 174.81 | 0.99 | 0.59 |
| Hex | 2E | FE | EC | 52 | 0 | 7 | 0 | AF | 63 | 3B |
| Octal | 56 | 376 | 354 | 122 | 0 | 7 | 0 | 257 | 143 | 73 |
| Binary | 101110 | 11111110 | 11101100 | 1010010 | 0 | 111 | 0 | 10101111 | 1100011 | 111011 |
Color Harmonies of #2EFEEC
Complementary color
Monochromatic Colors of #2EFEEC
Black with #2EFEEC
Text Example
Text Example
White with #2EFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEEC; }
p { color: rgb(46,254,236); }
H1.HeaderClassName
{
color: #2EFEEC;
}
.AnyTagClassName
{
color: #2EFEEC;
}
</style>
background-color css
<style>
a { background-color: #2EFEEC; }
a { background-color: rgb(46,254,236); }
div.DivClassName
{
background-color: #2EFEEC;
}
.BgClassName
{
background-color: #2EFEEC;
}
</style>
border-color css
<style>
span { border-color: #2EFEEC; }
span { border-color: rgb(46,254,236); }
td.TdClassName
{
border-color: #2EFEEC;
}
.TagClassName
{
border-color: #2EFEEC;
}
</style>