Shades of Turquoise #2EE0CE
Tints of Turquoise #2EE0CE
RGB
CMYK
RGB Variations
Color information
#2EE0CE (or 0x2EE0CE) is known color: Turquoise. HEX triplet: 2E, E0 and CE. RGB value is (46,224,206). Sum of RGB (Red+Green+Blue) = 46+224+206=476 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.66% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE0CE is #D11F31. Grayscale: #A8A8A8. Windows color (decimal): -13705010 or 13557806. OLE color: 13557806.
HSL color Cylindrical-coordinate representation of color #2EE0CE: hue angle of 173.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE0CE is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 206 | - |
| CMYK | 0.79 | 0 | 0.08 | 0.12 |
| HSL | 173.93º | 0.74% | 0.53% | - |
| HSV(B) | 173.93º | 0.79% | 0.88% | - |
| XYZ | 38.92 | 58.35 | 67.6 | - |
| YUV | 168.73 | 149.03 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 206 | 0.79 | 0 | 0.08 | 0.12 | 173.93 | 0.74 | 0.53 |
| Hex | 2E | E0 | CE | 4F | 0 | 8 | C | AE | 4A | 35 |
| Octal | 56 | 340 | 316 | 117 | 0 | 10 | 14 | 256 | 112 | 65 |
| Binary | 101110 | 11100000 | 11001110 | 1001111 | 0 | 1000 | 1100 | 10101110 | 1001010 | 110101 |
Color Harmonies of #2EE0CE
Complementary color
Monochromatic Colors of #2EE0CE
Black with #2EE0CE
Text Example
Text Example
White with #2EE0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0CE; }
p { color: rgb(46,224,206); }
H1.HeaderClassName
{
color: #2EE0CE;
}
.AnyTagClassName
{
color: #2EE0CE;
}
</style>
background-color css
<style>
a { background-color: #2EE0CE; }
a { background-color: rgb(46,224,206); }
div.DivClassName
{
background-color: #2EE0CE;
}
.BgClassName
{
background-color: #2EE0CE;
}
</style>
border-color css
<style>
span { border-color: #2EE0CE; }
span { border-color: rgb(46,224,206); }
td.TdClassName
{
border-color: #2EE0CE;
}
.TagClassName
{
border-color: #2EE0CE;
}
</style>