Shades of Turquoise #2EEBD3
Tints of Turquoise #2EEBD3
RGB
CMYK
RGB Variations
Color information
#2EEBD3 (or 0x2EEBD3) is known color: Turquoise. HEX triplet: 2E, EB and D3. RGB value is (46,235,211). Sum of RGB (Red+Green+Blue) = 46+235+211=492 (65% of max value = 765). Red value is 46 (18.36% from 255 or 9.35% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 211 (82.81% from 255 or 42.89% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBD3 is #D1142C. Grayscale: #AFAFAF. Windows color (decimal): -13702189 or 13888302. OLE color: 13888302.
HSL color Cylindrical-coordinate representation of color #2EEBD3: hue angle of 172.38º 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 #2EEBD3 is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 211 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.08 |
| HSL | 172.38º | 0.83% | 0.55% | - |
| HSV(B) | 172.38º | 0.8% | 0.92% | - |
| XYZ | 42.59 | 64.7 | 71.87 | - |
| YUV | 175.75 | 147.88 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 211 | 0.80 | 0 | 0.10 | 0.08 | 172.38 | 0.83 | 0.55 |
| Hex | 2E | EB | D3 | 50 | 0 | A | 8 | AC | 53 | 37 |
| Octal | 56 | 353 | 323 | 120 | 0 | 12 | 10 | 254 | 123 | 67 |
| Binary | 101110 | 11101011 | 11010011 | 1010000 | 0 | 1010 | 1000 | 10101100 | 1010011 | 110111 |
Color Harmonies of #2EEBD3
Complementary color
Monochromatic Colors of #2EEBD3
Black with #2EEBD3
Text Example
Text Example
White with #2EEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBD3; }
p { color: rgb(46,235,211); }
H1.HeaderClassName
{
color: #2EEBD3;
}
.AnyTagClassName
{
color: #2EEBD3;
}
</style>
background-color css
<style>
a { background-color: #2EEBD3; }
a { background-color: rgb(46,235,211); }
div.DivClassName
{
background-color: #2EEBD3;
}
.BgClassName
{
background-color: #2EEBD3;
}
</style>
border-color css
<style>
span { border-color: #2EEBD3; }
span { border-color: rgb(46,235,211); }
td.TdClassName
{
border-color: #2EEBD3;
}
.TagClassName
{
border-color: #2EEBD3;
}
</style>