Shades of Turquoise #2EEEDC
Tints of Turquoise #2EEEDC
RGB
CMYK
RGB Variations
Color information
#2EEEDC (or 0x2EEEDC) is known color: Turquoise. HEX triplet: 2E, EE and DC. RGB value is (46,238,220). Sum of RGB (Red+Green+Blue) = 46+238+220=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEEDC is #D11123. Grayscale: #B2B2B2. Windows color (decimal): -13701412 or 14478894. OLE color: 14478894.
HSL color Cylindrical-coordinate representation of color #2EEEDC: hue angle of 174.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 #2EEEDC is Cyan = 0.81, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 220 | - |
| CMYK | 0.81 | 0 | 0.08 | 0.07 |
| HSL | 174.38º | 0.85% | 0.56% | - |
| HSV(B) | 174.38º | 0.81% | 0.93% | - |
| XYZ | 44.62 | 66.9 | 78.27 | - |
| YUV | 178.54 | 151.39 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 220 | 0.81 | 0 | 0.08 | 0.07 | 174.38 | 0.85 | 0.56 |
| Hex | 2E | EE | DC | 51 | 0 | 8 | 7 | AE | 55 | 38 |
| Octal | 56 | 356 | 334 | 121 | 0 | 10 | 7 | 256 | 125 | 70 |
| Binary | 101110 | 11101110 | 11011100 | 1010001 | 0 | 1000 | 111 | 10101110 | 1010101 | 111000 |
Color Harmonies of #2EEEDC
Complementary color
Monochromatic Colors of #2EEEDC
Black with #2EEEDC
Text Example
Text Example
White with #2EEEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEDC; }
p { color: rgb(46,238,220); }
H1.HeaderClassName
{
color: #2EEEDC;
}
.AnyTagClassName
{
color: #2EEEDC;
}
</style>
background-color css
<style>
a { background-color: #2EEEDC; }
a { background-color: rgb(46,238,220); }
div.DivClassName
{
background-color: #2EEEDC;
}
.BgClassName
{
background-color: #2EEEDC;
}
</style>
border-color css
<style>
span { border-color: #2EEEDC; }
span { border-color: rgb(46,238,220); }
td.TdClassName
{
border-color: #2EEEDC;
}
.TagClassName
{
border-color: #2EEEDC;
}
</style>