Shades of Turquoise #46F5D3
Tints of Turquoise #46F5D3
RGB
CMYK
RGB Variations
Color information
#46F5D3 (or 0x46F5D3) is known color: Turquoise. HEX triplet: 46, F5 and D3. RGB value is (70,245,211). Sum of RGB (Red+Green+Blue) = 70+245+211=526 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.31% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #46F5D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F5D3 is #B90A2C. Grayscale: #BCBCBC. Windows color (decimal): -12126765 or 13890886. OLE color: 13890886.
HSL color Cylindrical-coordinate representation of color #46F5D3: hue angle of 168.34º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F5D3 is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 245 | 211 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.04 |
| HSL | 168.34º | 0.9% | 0.62% | - |
| HSV(B) | 168.34º | 0.71% | 0.96% | - |
| XYZ | 46.94 | 71.31 | 72.92 | - |
| YUV | 188.8 | 140.52 | 43.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 245 | 211 | 0.71 | 0 | 0.14 | 0.04 | 168.34 | 0.9 | 0.62 |
| Hex | 46 | F5 | D3 | 47 | 0 | E | 4 | A8 | 5A | 3E |
| Octal | 106 | 365 | 323 | 107 | 0 | 16 | 4 | 250 | 132 | 76 |
| Binary | 1000110 | 11110101 | 11010011 | 1000111 | 0 | 1110 | 100 | 10101000 | 1011010 | 111110 |
Color Harmonies of #46F5D3
Complementary color
Monochromatic Colors of #46F5D3
Black with #46F5D3
Text Example
Text Example
White with #46F5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F5D3; }
p { color: rgb(70,245,211); }
H1.HeaderClassName
{
color: #46F5D3;
}
.AnyTagClassName
{
color: #46F5D3;
}
</style>
background-color css
<style>
a { background-color: #46F5D3; }
a { background-color: rgb(70,245,211); }
div.DivClassName
{
background-color: #46F5D3;
}
.BgClassName
{
background-color: #46F5D3;
}
</style>
border-color css
<style>
span { border-color: #46F5D3; }
span { border-color: rgb(70,245,211); }
td.TdClassName
{
border-color: #46F5D3;
}
.TagClassName
{
border-color: #46F5D3;
}
</style>