Shades of Turquoise #2EDBCB
Tints of Turquoise #2EDBCB
RGB
CMYK
RGB Variations
Color information
#2EDBCB (or 0x2EDBCB) is known color: Turquoise. HEX triplet: 2E, DB and CB. RGB value is (46,219,203). Sum of RGB (Red+Green+Blue) = 46+219+203=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDBCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDBCB is #D12434. Grayscale: #A5A5A5. Windows color (decimal): -13706293 or 13359918. OLE color: 13359918.
HSL color Cylindrical-coordinate representation of color #2EDBCB: hue angle of 174.45º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDBCB is Cyan = 0.79, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 203 | - |
| CMYK | 0.79 | 0 | 0.07 | 0.14 |
| HSL | 174.45º | 0.71% | 0.52% | - |
| HSV(B) | 174.45º | 0.79% | 0.86% | - |
| XYZ | 37.24 | 55.56 | 65.26 | - |
| YUV | 165.45 | 149.19 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 203 | 0.79 | 0 | 0.07 | 0.14 | 174.45 | 0.71 | 0.52 |
| Hex | 2E | DB | CB | 4F | 0 | 7 | E | AE | 47 | 34 |
| Octal | 56 | 333 | 313 | 117 | 0 | 7 | 16 | 256 | 107 | 64 |
| Binary | 101110 | 11011011 | 11001011 | 1001111 | 0 | 111 | 1110 | 10101110 | 1000111 | 110100 |
Color Harmonies of #2EDBCB
Complementary color
Monochromatic Colors of #2EDBCB
Black with #2EDBCB
Text Example
Text Example
White with #2EDBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDBCB; }
p { color: rgb(46,219,203); }
H1.HeaderClassName
{
color: #2EDBCB;
}
.AnyTagClassName
{
color: #2EDBCB;
}
</style>
background-color css
<style>
a { background-color: #2EDBCB; }
a { background-color: rgb(46,219,203); }
div.DivClassName
{
background-color: #2EDBCB;
}
.BgClassName
{
background-color: #2EDBCB;
}
</style>
border-color css
<style>
span { border-color: #2EDBCB; }
span { border-color: rgb(46,219,203); }
td.TdClassName
{
border-color: #2EDBCB;
}
.TagClassName
{
border-color: #2EDBCB;
}
</style>