Shades of Turquoise #46E6DB
Tints of Turquoise #46E6DB
RGB
CMYK
RGB Variations
Color information
#46E6DB (or 0x46E6DB) is known color: Turquoise. HEX triplet: 46, E6 and DB. RGB value is (70,230,219). Sum of RGB (Red+Green+Blue) = 70+230+219=519 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.49% from 519); Green value is 230 (90.23% from 255 or 44.32% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 230 - color contains mainly: green. Hex color #46E6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E6DB is #B91924. Grayscale: #B4B4B4. Windows color (decimal): -12130597 or 14411334. OLE color: 14411334.
HSL color Cylindrical-coordinate representation of color #46E6DB: hue angle of 175.88º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E6DB is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 219 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.10 |
| HSL | 175.88º | 0.76% | 0.59% | - |
| HSV(B) | 175.88º | 0.7% | 0.9% | - |
| XYZ | 43.61 | 63.01 | 76.88 | - |
| YUV | 180.91 | 149.49 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 219 | 0.70 | 0 | 0.05 | 0.10 | 175.88 | 0.76 | 0.59 |
| Hex | 46 | E6 | DB | 46 | 0 | 5 | A | B0 | 4C | 3B |
| Octal | 106 | 346 | 333 | 106 | 0 | 5 | 12 | 260 | 114 | 73 |
| Binary | 1000110 | 11100110 | 11011011 | 1000110 | 0 | 101 | 1010 | 10110000 | 1001100 | 111011 |
Color Harmonies of #46E6DB
Complementary color
Monochromatic Colors of #46E6DB
Black with #46E6DB
Text Example
Text Example
White with #46E6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E6DB; }
p { color: rgb(70,230,219); }
H1.HeaderClassName
{
color: #46E6DB;
}
.AnyTagClassName
{
color: #46E6DB;
}
</style>
background-color css
<style>
a { background-color: #46E6DB; }
a { background-color: rgb(70,230,219); }
div.DivClassName
{
background-color: #46E6DB;
}
.BgClassName
{
background-color: #46E6DB;
}
</style>
border-color css
<style>
span { border-color: #46E6DB; }
span { border-color: rgb(70,230,219); }
td.TdClassName
{
border-color: #46E6DB;
}
.TagClassName
{
border-color: #46E6DB;
}
</style>