Shades of Turquoise #2EDADB
Tints of Turquoise #2EDADB
RGB
CMYK
RGB Variations
Color information
#2EDADB (or 0x2EDADB) is known color: Turquoise. HEX triplet: 2E, DA and DB. RGB value is (46,218,219). Sum of RGB (Red+Green+Blue) = 46+218+219=483 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.52% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #2EDADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EDADB is #D12524. Grayscale: #A6A6A6. Windows color (decimal): -13706533 or 14408238. OLE color: 14408238.
HSL color Cylindrical-coordinate representation of color #2EDADB: hue angle of 180.35º 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 #2EDADB is Cyan = 0.79, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 218 | 219 | - |
| CMYK | 0.79 | 0.00 | 0 | 0.14 |
| HSL | 180.35º | 0.71% | 0.52% | - |
| HSV(B) | 180.35º | 0.79% | 0.86% | - |
| XYZ | 38.98 | 55.84 | 75.74 | - |
| YUV | 166.69 | 157.52 | 41.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 219 | 0.79 | 0.00 | 0 | 0.14 | 180.35 | 0.71 | 0.52 |
| Hex | 2E | DA | DB | 4F | 0 | 0 | E | B4 | 47 | 34 |
| Octal | 56 | 332 | 333 | 117 | 0 | 0 | 16 | 264 | 107 | 64 |
| Binary | 101110 | 11011010 | 11011011 | 1001111 | 0 | 0 | 1110 | 10110100 | 1000111 | 110100 |
Color Harmonies of #2EDADB
Complementary color
Monochromatic Colors of #2EDADB
Black with #2EDADB
Text Example
Text Example
White with #2EDADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDADB; }
p { color: rgb(46,218,219); }
H1.HeaderClassName
{
color: #2EDADB;
}
.AnyTagClassName
{
color: #2EDADB;
}
</style>
background-color css
<style>
a { background-color: #2EDADB; }
a { background-color: rgb(46,218,219); }
div.DivClassName
{
background-color: #2EDADB;
}
.BgClassName
{
background-color: #2EDADB;
}
</style>
border-color css
<style>
span { border-color: #2EDADB; }
span { border-color: rgb(46,218,219); }
td.TdClassName
{
border-color: #2EDADB;
}
.TagClassName
{
border-color: #2EDADB;
}
</style>