Shades of Turquoise #2EFFDB
Tints of Turquoise #2EFFDB
RGB
CMYK
RGB Variations
Color information
#2EFFDB (or 0x2EFFDB) is known color: Turquoise. HEX triplet: 2E, FF and DB. RGB value is (46,255,219). Sum of RGB (Red+Green+Blue) = 46+255+219=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2EFFDB is #D10024. Grayscale: #BCBCBC. Windows color (decimal): -13697061 or 14417710. OLE color: 14417710.
HSL color Cylindrical-coordinate representation of color #2EFFDB: hue angle of 169.67º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFDB is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 219 | - |
| CMYK | 0.82 | 0 | 0.14 | 0 |
| HSL | 169.67º | 1% | 0.59% | - |
| HSV(B) | 169.67º | 0.82% | 1% | - |
| XYZ | 49.67 | 77.22 | 79.3 | - |
| YUV | 188.41 | 145.26 | 26.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 219 | 0.82 | 0 | 0.14 | 0 | 169.67 | 1 | 0.59 |
| Hex | 2E | FF | DB | 52 | 0 | E | 0 | AA | 64 | 3B |
| Octal | 56 | 377 | 333 | 122 | 0 | 16 | 0 | 252 | 144 | 73 |
| Binary | 101110 | 11111111 | 11011011 | 1010010 | 0 | 1110 | 0 | 10101010 | 1100100 | 111011 |
Color Harmonies of #2EFFDB
Complementary color
Monochromatic Colors of #2EFFDB
Black with #2EFFDB
Text Example
Text Example
White with #2EFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFDB; }
p { color: rgb(46,255,219); }
H1.HeaderClassName
{
color: #2EFFDB;
}
.AnyTagClassName
{
color: #2EFFDB;
}
</style>
background-color css
<style>
a { background-color: #2EFFDB; }
a { background-color: rgb(46,255,219); }
div.DivClassName
{
background-color: #2EFFDB;
}
.BgClassName
{
background-color: #2EFFDB;
}
</style>
border-color css
<style>
span { border-color: #2EFFDB; }
span { border-color: rgb(46,255,219); }
td.TdClassName
{
border-color: #2EFFDB;
}
.TagClassName
{
border-color: #2EFFDB;
}
</style>