Shades of Turquoise #46E6D1
Tints of Turquoise #46E6D1
RGB
CMYK
RGB Variations
Color information
#46E6D1 (or 0x46E6D1) is known color: Turquoise. HEX triplet: 46, E6 and D1. RGB value is (70,230,209). Sum of RGB (Red+Green+Blue) = 70+230+209=509 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.75% from 509); Green value is 230 (90.23% from 255 or 45.19% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 230 - color contains mainly: green. Hex color #46E6D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E6D1 is #B9192E. Grayscale: #B3B3B3. Windows color (decimal): -12130607 or 13755974. OLE color: 13755974.
HSL color Cylindrical-coordinate representation of color #46E6D1: hue angle of 172.12º 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 #46E6D1 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 209 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.10 |
| HSL | 172.13º | 0.76% | 0.59% | - |
| HSV(B) | 172.13º | 0.7% | 0.9% | - |
| XYZ | 42.33 | 62.5 | 70.15 | - |
| YUV | 179.77 | 144.49 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 209 | 0.70 | 0 | 0.09 | 0.10 | 172.13 | 0.76 | 0.59 |
| Hex | 46 | E6 | D1 | 46 | 0 | 9 | A | AC | 4C | 3B |
| Octal | 106 | 346 | 321 | 106 | 0 | 11 | 12 | 254 | 114 | 73 |
| Binary | 1000110 | 11100110 | 11010001 | 1000110 | 0 | 1001 | 1010 | 10101100 | 1001100 | 111011 |
Color Harmonies of #46E6D1
Complementary color
Monochromatic Colors of #46E6D1
Black with #46E6D1
Text Example
Text Example
White with #46E6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E6D1; }
p { color: rgb(70,230,209); }
H1.HeaderClassName
{
color: #46E6D1;
}
.AnyTagClassName
{
color: #46E6D1;
}
</style>
background-color css
<style>
a { background-color: #46E6D1; }
a { background-color: rgb(70,230,209); }
div.DivClassName
{
background-color: #46E6D1;
}
.BgClassName
{
background-color: #46E6D1;
}
</style>
border-color css
<style>
span { border-color: #46E6D1; }
span { border-color: rgb(70,230,209); }
td.TdClassName
{
border-color: #46E6D1;
}
.TagClassName
{
border-color: #46E6D1;
}
</style>