Shades of Turquoise #2EE1DF
Tints of Turquoise #2EE1DF
RGB
CMYK
RGB Variations
Color information
#2EE1DF (or 0x2EE1DF) is known color: Turquoise. HEX triplet: 2E, E1 and DF. RGB value is (46,225,223). Sum of RGB (Red+Green+Blue) = 46+225+223=494 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.31% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE1DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EE1DF is #D11E20. Grayscale: #ABABAB. Windows color (decimal): -13704737 or 14672174. OLE color: 14672174.
HSL color Cylindrical-coordinate representation of color #2EE1DF: hue angle of 179.33º 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 #2EE1DF is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 223 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.12 |
| HSL | 179.33º | 0.75% | 0.53% | - |
| HSV(B) | 179.33º | 0.8% | 0.88% | - |
| XYZ | 41.37 | 59.76 | 79.17 | - |
| YUV | 171.25 | 157.2 | 38.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 223 | 0.80 | 0 | 0.01 | 0.12 | 179.33 | 0.75 | 0.53 |
| Hex | 2E | E1 | DF | 50 | 0 | 1 | C | B3 | 4B | 35 |
| Octal | 56 | 341 | 337 | 120 | 0 | 1 | 14 | 263 | 113 | 65 |
| Binary | 101110 | 11100001 | 11011111 | 1010000 | 0 | 1 | 1100 | 10110011 | 1001011 | 110101 |
Color Harmonies of #2EE1DF
Complementary color
Monochromatic Colors of #2EE1DF
Black with #2EE1DF
Text Example
Text Example
White with #2EE1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE1DF; }
p { color: rgb(46,225,223); }
H1.HeaderClassName
{
color: #2EE1DF;
}
.AnyTagClassName
{
color: #2EE1DF;
}
</style>
background-color css
<style>
a { background-color: #2EE1DF; }
a { background-color: rgb(46,225,223); }
div.DivClassName
{
background-color: #2EE1DF;
}
.BgClassName
{
background-color: #2EE1DF;
}
</style>
border-color css
<style>
span { border-color: #2EE1DF; }
span { border-color: rgb(46,225,223); }
td.TdClassName
{
border-color: #2EE1DF;
}
.TagClassName
{
border-color: #2EE1DF;
}
</style>