Shades of Turquoise #2EEEEC
Tints of Turquoise #2EEEEC
RGB
CMYK
RGB Variations
Color information
#2EEEEC (or 0x2EEEEC) is known color: Turquoise. HEX triplet: 2E, EE and EC. RGB value is (46,238,236). Sum of RGB (Red+Green+Blue) = 46+238+236=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEEEC is #D11113. Grayscale: #B4B4B4. Windows color (decimal): -13701396 or 15527470. OLE color: 15527470.
HSL color Cylindrical-coordinate representation of color #2EEEEC: hue angle of 179.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEEC is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 236 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.07 |
| HSL | 179.38º | 0.85% | 0.56% | - |
| HSV(B) | 179.38º | 0.81% | 0.93% | - |
| XYZ | 46.84 | 67.79 | 89.97 | - |
| YUV | 180.36 | 159.39 | 32.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 236 | 0.81 | 0 | 0.01 | 0.07 | 179.38 | 0.85 | 0.56 |
| Hex | 2E | EE | EC | 51 | 0 | 1 | 7 | B3 | 55 | 38 |
| Octal | 56 | 356 | 354 | 121 | 0 | 1 | 7 | 263 | 125 | 70 |
| Binary | 101110 | 11101110 | 11101100 | 1010001 | 0 | 1 | 111 | 10110011 | 1010101 | 111000 |
Color Harmonies of #2EEEEC
Complementary color
Monochromatic Colors of #2EEEEC
Black with #2EEEEC
Text Example
Text Example
White with #2EEEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEEC; }
p { color: rgb(46,238,236); }
H1.HeaderClassName
{
color: #2EEEEC;
}
.AnyTagClassName
{
color: #2EEEEC;
}
</style>
background-color css
<style>
a { background-color: #2EEEEC; }
a { background-color: rgb(46,238,236); }
div.DivClassName
{
background-color: #2EEEEC;
}
.BgClassName
{
background-color: #2EEEEC;
}
</style>
border-color css
<style>
span { border-color: #2EEEEC; }
span { border-color: rgb(46,238,236); }
td.TdClassName
{
border-color: #2EEEEC;
}
.TagClassName
{
border-color: #2EEEEC;
}
</style>