Shades of Turquoise #2EE8B5
Tints of Turquoise #2EE8B5
RGB
CMYK
RGB Variations
Color information
#2EE8B5 (or 0x2EE8B5) is known color: Turquoise. HEX triplet: 2E, E8 and B5. RGB value is (46,232,181). Sum of RGB (Red+Green+Blue) = 46+232+181=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 232 (91.02% from 255 or 50.54% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EE8B5 is #D1174A. Grayscale: #AAAAAA. Windows color (decimal): -13702987 or 11921454. OLE color: 11921454.
HSL color Cylindrical-coordinate representation of color #2EE8B5: hue angle of 163.55º 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 #2EE8B5 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 181 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.09 |
| HSL | 163.55º | 0.8% | 0.55% | - |
| HSV(B) | 163.55º | 0.8% | 0.91% | - |
| XYZ | 38.32 | 61.63 | 53.59 | - |
| YUV | 170.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 181 | 0.80 | 0 | 0.22 | 0.09 | 163.55 | 0.8 | 0.55 |
| Hex | 2E | E8 | B5 | 50 | 0 | 16 | 9 | A4 | 50 | 37 |
| Octal | 56 | 350 | 265 | 120 | 0 | 26 | 11 | 244 | 120 | 67 |
| Binary | 101110 | 11101000 | 10110101 | 1010000 | 0 | 10110 | 1001 | 10100100 | 1010000 | 110111 |
Color Harmonies of #2EE8B5
Complementary color
Monochromatic Colors of #2EE8B5
Black with #2EE8B5
Text Example
Text Example
White with #2EE8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8B5; }
p { color: rgb(46,232,181); }
H1.HeaderClassName
{
color: #2EE8B5;
}
.AnyTagClassName
{
color: #2EE8B5;
}
</style>
background-color css
<style>
a { background-color: #2EE8B5; }
a { background-color: rgb(46,232,181); }
div.DivClassName
{
background-color: #2EE8B5;
}
.BgClassName
{
background-color: #2EE8B5;
}
</style>
border-color css
<style>
span { border-color: #2EE8B5; }
span { border-color: rgb(46,232,181); }
td.TdClassName
{
border-color: #2EE8B5;
}
.TagClassName
{
border-color: #2EE8B5;
}
</style>