Shades of Turquoise #2EE1D3
Tints of Turquoise #2EE1D3
RGB
CMYK
RGB Variations
Color information
#2EE1D3 (or 0x2EE1D3) is known color: Turquoise. HEX triplet: 2E, E1 and D3. RGB value is (46,225,211). Sum of RGB (Red+Green+Blue) = 46+225+211=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE1D3 is #D11E2C. Grayscale: #A9A9A9. Windows color (decimal): -13704749 or 13885742. OLE color: 13885742.
HSL color Cylindrical-coordinate representation of color #2EE1D3: hue angle of 175.31º 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 #2EE1D3 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 211 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.12 |
| HSL | 175.31º | 0.75% | 0.53% | - |
| HSV(B) | 175.31º | 0.8% | 0.88% | - |
| XYZ | 39.81 | 59.13 | 70.94 | - |
| YUV | 169.88 | 151.2 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 211 | 0.80 | 0 | 0.06 | 0.12 | 175.31 | 0.75 | 0.53 |
| Hex | 2E | E1 | D3 | 50 | 0 | 6 | C | AF | 4B | 35 |
| Octal | 56 | 341 | 323 | 120 | 0 | 6 | 14 | 257 | 113 | 65 |
| Binary | 101110 | 11100001 | 11010011 | 1010000 | 0 | 110 | 1100 | 10101111 | 1001011 | 110101 |
Color Harmonies of #2EE1D3
Complementary color
Monochromatic Colors of #2EE1D3
Black with #2EE1D3
Text Example
Text Example
White with #2EE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE1D3; }
p { color: rgb(46,225,211); }
H1.HeaderClassName
{
color: #2EE1D3;
}
.AnyTagClassName
{
color: #2EE1D3;
}
</style>
background-color css
<style>
a { background-color: #2EE1D3; }
a { background-color: rgb(46,225,211); }
div.DivClassName
{
background-color: #2EE1D3;
}
.BgClassName
{
background-color: #2EE1D3;
}
</style>
border-color css
<style>
span { border-color: #2EE1D3; }
span { border-color: rgb(46,225,211); }
td.TdClassName
{
border-color: #2EE1D3;
}
.TagClassName
{
border-color: #2EE1D3;
}
</style>