Shades of Turquoise #2EE8DF
Tints of Turquoise #2EE8DF
RGB
CMYK
RGB Variations
Color information
#2EE8DF (or 0x2EE8DF) is known color: Turquoise. HEX triplet: 2E, E8 and DF. RGB value is (46,232,223). Sum of RGB (Red+Green+Blue) = 46+232+223=501 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.18% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8DF is #D11720. Grayscale: #AFAFAF. Windows color (decimal): -13702945 or 14673966. OLE color: 14673966.
HSL color Cylindrical-coordinate representation of color #2EE8DF: hue angle of 177.1º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE8DF is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 223 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.09 |
| HSL | 177.1º | 0.8% | 0.55% | - |
| HSV(B) | 177.1º | 0.8% | 0.91% | - |
| XYZ | 43.3 | 63.62 | 79.81 | - |
| YUV | 175.36 | 154.88 | 35.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 223 | 0.80 | 0 | 0.04 | 0.09 | 177.1 | 0.8 | 0.55 |
| Hex | 2E | E8 | DF | 50 | 0 | 4 | 9 | B1 | 50 | 37 |
| Octal | 56 | 350 | 337 | 120 | 0 | 4 | 11 | 261 | 120 | 67 |
| Binary | 101110 | 11101000 | 11011111 | 1010000 | 0 | 100 | 1001 | 10110001 | 1010000 | 110111 |
Color Harmonies of #2EE8DF
Complementary color
Monochromatic Colors of #2EE8DF
Black with #2EE8DF
Text Example
Text Example
White with #2EE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8DF; }
p { color: rgb(46,232,223); }
H1.HeaderClassName
{
color: #2EE8DF;
}
.AnyTagClassName
{
color: #2EE8DF;
}
</style>
background-color css
<style>
a { background-color: #2EE8DF; }
a { background-color: rgb(46,232,223); }
div.DivClassName
{
background-color: #2EE8DF;
}
.BgClassName
{
background-color: #2EE8DF;
}
</style>
border-color css
<style>
span { border-color: #2EE8DF; }
span { border-color: rgb(46,232,223); }
td.TdClassName
{
border-color: #2EE8DF;
}
.TagClassName
{
border-color: #2EE8DF;
}
</style>