Shades of Turquoise #2EE1D1
Tints of Turquoise #2EE1D1
RGB
CMYK
RGB Variations
Color information
#2EE1D1 (or 0x2EE1D1) is known color: Turquoise. HEX triplet: 2E, E1 and D1. RGB value is (46,225,209). Sum of RGB (Red+Green+Blue) = 46+225+209=480 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.58% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE1D1 is #D11E2E. Grayscale: #A9A9A9. Windows color (decimal): -13704751 or 13754670. OLE color: 13754670.
HSL color Cylindrical-coordinate representation of color #2EE1D1: hue angle of 174.64º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE1D1 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 209 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.12 |
| HSL | 174.64º | 0.75% | 0.53% | - |
| HSV(B) | 174.64º | 0.8% | 0.88% | - |
| XYZ | 39.56 | 59.03 | 69.63 | - |
| YUV | 169.66 | 150.2 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 209 | 0.80 | 0 | 0.07 | 0.12 | 174.64 | 0.75 | 0.53 |
| Hex | 2E | E1 | D1 | 50 | 0 | 7 | C | AF | 4B | 35 |
| Octal | 56 | 341 | 321 | 120 | 0 | 7 | 14 | 257 | 113 | 65 |
| Binary | 101110 | 11100001 | 11010001 | 1010000 | 0 | 111 | 1100 | 10101111 | 1001011 | 110101 |
Color Harmonies of #2EE1D1
Complementary color
Monochromatic Colors of #2EE1D1
Black with #2EE1D1
Text Example
Text Example
White with #2EE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE1D1; }
p { color: rgb(46,225,209); }
H1.HeaderClassName
{
color: #2EE1D1;
}
.AnyTagClassName
{
color: #2EE1D1;
}
</style>
background-color css
<style>
a { background-color: #2EE1D1; }
a { background-color: rgb(46,225,209); }
div.DivClassName
{
background-color: #2EE1D1;
}
.BgClassName
{
background-color: #2EE1D1;
}
</style>
border-color css
<style>
span { border-color: #2EE1D1; }
span { border-color: rgb(46,225,209); }
td.TdClassName
{
border-color: #2EE1D1;
}
.TagClassName
{
border-color: #2EE1D1;
}
</style>