Shades of Turquoise #46F5D9
Tints of Turquoise #46F5D9
RGB
CMYK
RGB Variations
Color information
#46F5D9 (or 0x46F5D9) is known color: Turquoise. HEX triplet: 46, F5 and D9. RGB value is (70,245,217). Sum of RGB (Red+Green+Blue) = 70+245+217=532 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.16% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 217 (85.16% from 255 or 40.79% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #46F5D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F5D9 is #B90A26. Grayscale: #BDBDBD. Windows color (decimal): -12126759 or 14284102. OLE color: 14284102.
HSL color Cylindrical-coordinate representation of color #46F5D9: hue angle of 170.4º 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 #46F5D9 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 245 | 217 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.04 |
| HSL | 170.4º | 0.9% | 0.62% | - |
| HSV(B) | 170.4º | 0.71% | 0.96% | - |
| XYZ | 47.7 | 71.62 | 76.95 | - |
| YUV | 189.48 | 143.52 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 245 | 217 | 0.71 | 0 | 0.11 | 0.04 | 170.4 | 0.9 | 0.62 |
| Hex | 46 | F5 | D9 | 47 | 0 | B | 4 | AA | 5A | 3E |
| Octal | 106 | 365 | 331 | 107 | 0 | 13 | 4 | 252 | 132 | 76 |
| Binary | 1000110 | 11110101 | 11011001 | 1000111 | 0 | 1011 | 100 | 10101010 | 1011010 | 111110 |
Color Harmonies of #46F5D9
Complementary color
Monochromatic Colors of #46F5D9
Black with #46F5D9
Text Example
Text Example
White with #46F5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F5D9; }
p { color: rgb(70,245,217); }
H1.HeaderClassName
{
color: #46F5D9;
}
.AnyTagClassName
{
color: #46F5D9;
}
</style>
background-color css
<style>
a { background-color: #46F5D9; }
a { background-color: rgb(70,245,217); }
div.DivClassName
{
background-color: #46F5D9;
}
.BgClassName
{
background-color: #46F5D9;
}
</style>
border-color css
<style>
span { border-color: #46F5D9; }
span { border-color: rgb(70,245,217); }
td.TdClassName
{
border-color: #46F5D9;
}
.TagClassName
{
border-color: #46F5D9;
}
</style>