Shades of Turquoise #2EECEA
Tints of Turquoise #2EECEA
RGB
CMYK
RGB Variations
Color information
#2EECEA (or 0x2EECEA) is known color: Turquoise. HEX triplet: 2E, EC and EA. RGB value is (46,236,234). Sum of RGB (Red+Green+Blue) = 46+236+234=516 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.91% from 516); Green value is 236 (92.58% from 255 or 45.74% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EECEA is #D11315. Grayscale: #B2B2B2. Windows color (decimal): -13701910 or 15395886. OLE color: 15395886.
HSL color Cylindrical-coordinate representation of color #2EECEA: hue angle of 179.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECEA is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 234 | - |
| CMYK | 0.81 | 0 | 0.01 | 0.07 |
| HSL | 179.37º | 0.83% | 0.55% | - |
| HSV(B) | 179.37º | 0.81% | 0.93% | - |
| XYZ | 45.97 | 66.51 | 88.26 | - |
| YUV | 178.96 | 159.05 | 33.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 234 | 0.81 | 0 | 0.01 | 0.07 | 179.37 | 0.83 | 0.55 |
| Hex | 2E | EC | EA | 51 | 0 | 1 | 7 | B3 | 53 | 37 |
| Octal | 56 | 354 | 352 | 121 | 0 | 1 | 7 | 263 | 123 | 67 |
| Binary | 101110 | 11101100 | 11101010 | 1010001 | 0 | 1 | 111 | 10110011 | 1010011 | 110111 |
Color Harmonies of #2EECEA
Complementary color
Monochromatic Colors of #2EECEA
Black with #2EECEA
Text Example
Text Example
White with #2EECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECEA; }
p { color: rgb(46,236,234); }
H1.HeaderClassName
{
color: #2EECEA;
}
.AnyTagClassName
{
color: #2EECEA;
}
</style>
background-color css
<style>
a { background-color: #2EECEA; }
a { background-color: rgb(46,236,234); }
div.DivClassName
{
background-color: #2EECEA;
}
.BgClassName
{
background-color: #2EECEA;
}
</style>
border-color css
<style>
span { border-color: #2EECEA; }
span { border-color: rgb(46,236,234); }
td.TdClassName
{
border-color: #2EECEA;
}
.TagClassName
{
border-color: #2EECEA;
}
</style>