Shades of Turquoise #2EE8D3
Tints of Turquoise #2EE8D3
RGB
CMYK
RGB Variations
Color information
#2EE8D3 (or 0x2EE8D3) is known color: Turquoise. HEX triplet: 2E, E8 and D3. RGB value is (46,232,211). Sum of RGB (Red+Green+Blue) = 46+232+211=489 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.41% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8D3 is #D1172C. Grayscale: #ADADAD. Windows color (decimal): -13702957 or 13887534. OLE color: 13887534.
HSL color Cylindrical-coordinate representation of color #2EE8D3: hue angle of 173.23º 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 #2EE8D3 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 211 | - |
| CMYK | 0.80 | 0 | 0.09 | 0.09 |
| HSL | 173.23º | 0.8% | 0.55% | - |
| HSV(B) | 173.23º | 0.8% | 0.91% | - |
| XYZ | 41.74 | 63 | 71.59 | - |
| YUV | 173.99 | 148.88 | 36.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 211 | 0.80 | 0 | 0.09 | 0.09 | 173.23 | 0.8 | 0.55 |
| Hex | 2E | E8 | D3 | 50 | 0 | 9 | 9 | AD | 50 | 37 |
| Octal | 56 | 350 | 323 | 120 | 0 | 11 | 11 | 255 | 120 | 67 |
| Binary | 101110 | 11101000 | 11010011 | 1010000 | 0 | 1001 | 1001 | 10101101 | 1010000 | 110111 |
Color Harmonies of #2EE8D3
Complementary color
Monochromatic Colors of #2EE8D3
Black with #2EE8D3
Text Example
Text Example
White with #2EE8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8D3; }
p { color: rgb(46,232,211); }
H1.HeaderClassName
{
color: #2EE8D3;
}
.AnyTagClassName
{
color: #2EE8D3;
}
</style>
background-color css
<style>
a { background-color: #2EE8D3; }
a { background-color: rgb(46,232,211); }
div.DivClassName
{
background-color: #2EE8D3;
}
.BgClassName
{
background-color: #2EE8D3;
}
</style>
border-color css
<style>
span { border-color: #2EE8D3; }
span { border-color: rgb(46,232,211); }
td.TdClassName
{
border-color: #2EE8D3;
}
.TagClassName
{
border-color: #2EE8D3;
}
</style>