Shades of Turquoise #2EEDEC
Tints of Turquoise #2EEDEC
RGB
CMYK
RGB Variations
Color information
#2EEDEC (or 0x2EEDEC) is known color: Turquoise. HEX triplet: 2E, ED and EC. RGB value is (46,237,236). Sum of RGB (Red+Green+Blue) = 46+237+236=519 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.86% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EEDEC is #D11213. Grayscale: #B3B3B3. Windows color (decimal): -13701652 or 15527214. OLE color: 15527214.
HSL color Cylindrical-coordinate representation of color #2EEDEC: hue angle of 179.69º degrees, saturation: 0.84, 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 #2EEDEC is Cyan = 0.81, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 236 | - |
| CMYK | 0.81 | 0 | 0.00 | 0.07 |
| HSL | 179.69º | 0.84% | 0.55% | - |
| HSV(B) | 179.69º | 0.81% | 0.93% | - |
| XYZ | 46.55 | 67.21 | 89.88 | - |
| YUV | 179.78 | 159.72 | 32.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 236 | 0.81 | 0 | 0.00 | 0.07 | 179.69 | 0.84 | 0.55 |
| Hex | 2E | ED | EC | 51 | 0 | 0 | 7 | B4 | 54 | 37 |
| Octal | 56 | 355 | 354 | 121 | 0 | 0 | 7 | 264 | 124 | 67 |
| Binary | 101110 | 11101101 | 11101100 | 1010001 | 0 | 0 | 111 | 10110100 | 1010100 | 110111 |
Color Harmonies of #2EEDEC
Complementary color
Monochromatic Colors of #2EEDEC
Black with #2EEDEC
Text Example
Text Example
White with #2EEDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDEC; }
p { color: rgb(46,237,236); }
H1.HeaderClassName
{
color: #2EEDEC;
}
.AnyTagClassName
{
color: #2EEDEC;
}
</style>
background-color css
<style>
a { background-color: #2EEDEC; }
a { background-color: rgb(46,237,236); }
div.DivClassName
{
background-color: #2EEDEC;
}
.BgClassName
{
background-color: #2EEDEC;
}
</style>
border-color css
<style>
span { border-color: #2EEDEC; }
span { border-color: rgb(46,237,236); }
td.TdClassName
{
border-color: #2EEDEC;
}
.TagClassName
{
border-color: #2EEDEC;
}
</style>