Shades of Turquoise #46E5DB
Tints of Turquoise #46E5DB
RGB
CMYK
RGB Variations
Color information
#46E5DB (or 0x46E5DB) is known color: Turquoise. HEX triplet: 46, E5 and DB. RGB value is (70,229,219). Sum of RGB (Red+Green+Blue) = 70+229+219=518 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.51% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #46E5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46E5DB is #B91A24. Grayscale: #B4B4B4. Windows color (decimal): -12130853 or 14411078. OLE color: 14411078.
HSL color Cylindrical-coordinate representation of color #46E5DB: hue angle of 176.23º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46E5DB is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 229 | 219 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.10 |
| HSL | 176.23º | 0.75% | 0.59% | - |
| HSV(B) | 176.23º | 0.69% | 0.9% | - |
| XYZ | 43.33 | 62.46 | 76.79 | - |
| YUV | 180.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 229 | 219 | 0.69 | 0 | 0.04 | 0.10 | 176.23 | 0.75 | 0.59 |
| Hex | 46 | E5 | DB | 45 | 0 | 4 | A | B0 | 4B | 3B |
| Octal | 106 | 345 | 333 | 105 | 0 | 4 | 12 | 260 | 113 | 73 |
| Binary | 1000110 | 11100101 | 11011011 | 1000101 | 0 | 100 | 1010 | 10110000 | 1001011 | 111011 |
Color Harmonies of #46E5DB
Complementary color
Monochromatic Colors of #46E5DB
Black with #46E5DB
Text Example
Text Example
White with #46E5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E5DB; }
p { color: rgb(70,229,219); }
H1.HeaderClassName
{
color: #46E5DB;
}
.AnyTagClassName
{
color: #46E5DB;
}
</style>
background-color css
<style>
a { background-color: #46E5DB; }
a { background-color: rgb(70,229,219); }
div.DivClassName
{
background-color: #46E5DB;
}
.BgClassName
{
background-color: #46E5DB;
}
</style>
border-color css
<style>
span { border-color: #46E5DB; }
span { border-color: rgb(70,229,219); }
td.TdClassName
{
border-color: #46E5DB;
}
.TagClassName
{
border-color: #46E5DB;
}
</style>