Shades of Turquoise #2EEBE3
Tints of Turquoise #2EEBE3
RGB
CMYK
RGB Variations
Color information
#2EEBE3 (or 0x2EEBE3) is known color: Turquoise. HEX triplet: 2E, EB and E3. RGB value is (46,235,227). Sum of RGB (Red+Green+Blue) = 46+235+227=508 (67% of max value = 765). Red value is 46 (18.36% from 255 or 9.06% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBE3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBE3 is #D1141C. Grayscale: #B1B1B1. Windows color (decimal): -13702173 or 14936878. OLE color: 14936878.
HSL color Cylindrical-coordinate representation of color #2EEBE3: hue angle of 177.46º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBE3 is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 227 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.08 |
| HSL | 177.46º | 0.83% | 0.55% | - |
| HSV(B) | 177.46º | 0.8% | 0.92% | - |
| XYZ | 44.7 | 65.54 | 82.97 | - |
| YUV | 177.58 | 155.88 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 227 | 0.80 | 0 | 0.03 | 0.08 | 177.46 | 0.83 | 0.55 |
| Hex | 2E | EB | E3 | 50 | 0 | 3 | 8 | B1 | 53 | 37 |
| Octal | 56 | 353 | 343 | 120 | 0 | 3 | 10 | 261 | 123 | 67 |
| Binary | 101110 | 11101011 | 11100011 | 1010000 | 0 | 11 | 1000 | 10110001 | 1010011 | 110111 |
Color Harmonies of #2EEBE3
Complementary color
Monochromatic Colors of #2EEBE3
Black with #2EEBE3
Text Example
Text Example
White with #2EEBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBE3; }
p { color: rgb(46,235,227); }
H1.HeaderClassName
{
color: #2EEBE3;
}
.AnyTagClassName
{
color: #2EEBE3;
}
</style>
background-color css
<style>
a { background-color: #2EEBE3; }
a { background-color: rgb(46,235,227); }
div.DivClassName
{
background-color: #2EEBE3;
}
.BgClassName
{
background-color: #2EEBE3;
}
</style>
border-color css
<style>
span { border-color: #2EEBE3; }
span { border-color: rgb(46,235,227); }
td.TdClassName
{
border-color: #2EEBE3;
}
.TagClassName
{
border-color: #2EEBE3;
}
</style>