Shades of Turquoise #2EE5CC
Tints of Turquoise #2EE5CC
RGB
CMYK
RGB Variations
Color information
#2EE5CC (or 0x2EE5CC) is known color: Turquoise. HEX triplet: 2E, E5 and CC. RGB value is (46,229,204). Sum of RGB (Red+Green+Blue) = 46+229+204=479 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.60% from 479); Green value is 229 (89.84% from 255 or 47.81% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE5CC is #D11A33. Grayscale: #ABABAB. Windows color (decimal): -13703732 or 13428014. OLE color: 13428014.
HSL color Cylindrical-coordinate representation of color #2EE5CC: hue angle of 171.8º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE5CC is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 204 | - |
| CMYK | 0.80 | 0 | 0.11 | 0.10 |
| HSL | 171.8º | 0.78% | 0.54% | - |
| HSV(B) | 171.8º | 0.8% | 0.9% | - |
| XYZ | 40.05 | 60.98 | 66.79 | - |
| YUV | 171.43 | 146.37 | 38.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 204 | 0.80 | 0 | 0.11 | 0.10 | 171.8 | 0.78 | 0.54 |
| Hex | 2E | E5 | CC | 50 | 0 | B | A | AC | 4E | 36 |
| Octal | 56 | 345 | 314 | 120 | 0 | 13 | 12 | 254 | 116 | 66 |
| Binary | 101110 | 11100101 | 11001100 | 1010000 | 0 | 1011 | 1010 | 10101100 | 1001110 | 110110 |
Color Harmonies of #2EE5CC
Complementary color
Monochromatic Colors of #2EE5CC
Black with #2EE5CC
Text Example
Text Example
White with #2EE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE5CC; }
p { color: rgb(46,229,204); }
H1.HeaderClassName
{
color: #2EE5CC;
}
.AnyTagClassName
{
color: #2EE5CC;
}
</style>
background-color css
<style>
a { background-color: #2EE5CC; }
a { background-color: rgb(46,229,204); }
div.DivClassName
{
background-color: #2EE5CC;
}
.BgClassName
{
background-color: #2EE5CC;
}
</style>
border-color css
<style>
span { border-color: #2EE5CC; }
span { border-color: rgb(46,229,204); }
td.TdClassName
{
border-color: #2EE5CC;
}
.TagClassName
{
border-color: #2EE5CC;
}
</style>