Shades of Turquoise #2EEBDB
Tints of Turquoise #2EEBDB
RGB
CMYK
RGB Variations
Color information
#2EEBDB (or 0x2EEBDB) is known color: Turquoise. HEX triplet: 2E, EB and DB. RGB value is (46,235,219). Sum of RGB (Red+Green+Blue) = 46+235+219=500 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.2% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EEBDB is #D11424. Grayscale: #B0B0B0. Windows color (decimal): -13702181 or 14412590. OLE color: 14412590.
HSL color Cylindrical-coordinate representation of color #2EEBDB: hue angle of 174.92º 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 #2EEBDB is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 219 | - |
| CMYK | 0.80 | 0 | 0.07 | 0.08 |
| HSL | 174.92º | 0.83% | 0.55% | - |
| HSV(B) | 174.92º | 0.8% | 0.92% | - |
| XYZ | 43.62 | 65.11 | 77.29 | - |
| YUV | 176.67 | 151.88 | 34.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 219 | 0.80 | 0 | 0.07 | 0.08 | 174.92 | 0.83 | 0.55 |
| Hex | 2E | EB | DB | 50 | 0 | 7 | 8 | AF | 53 | 37 |
| Octal | 56 | 353 | 333 | 120 | 0 | 7 | 10 | 257 | 123 | 67 |
| Binary | 101110 | 11101011 | 11011011 | 1010000 | 0 | 111 | 1000 | 10101111 | 1010011 | 110111 |
Color Harmonies of #2EEBDB
Complementary color
Monochromatic Colors of #2EEBDB
Black with #2EEBDB
Text Example
Text Example
White with #2EEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBDB; }
p { color: rgb(46,235,219); }
H1.HeaderClassName
{
color: #2EEBDB;
}
.AnyTagClassName
{
color: #2EEBDB;
}
</style>
background-color css
<style>
a { background-color: #2EEBDB; }
a { background-color: rgb(46,235,219); }
div.DivClassName
{
background-color: #2EEBDB;
}
.BgClassName
{
background-color: #2EEBDB;
}
</style>
border-color css
<style>
span { border-color: #2EEBDB; }
span { border-color: rgb(46,235,219); }
td.TdClassName
{
border-color: #2EEBDB;
}
.TagClassName
{
border-color: #2EEBDB;
}
</style>