Shades of Turquoise #46F7D1
Tints of Turquoise #46F7D1
RGB
CMYK
RGB Variations
Color information
#46F7D1 (or 0x46F7D1) is known color: Turquoise. HEX triplet: 46, F7 and D1. RGB value is (70,247,209). Sum of RGB (Red+Green+Blue) = 70+247+209=526 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.31% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #46F7D1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F7D1 is #B9082E. Grayscale: #BDBDBD. Windows color (decimal): -12126255 or 13760326. OLE color: 13760326.
HSL color Cylindrical-coordinate representation of color #46F7D1: hue angle of 167.12º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F7D1 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 247 | 209 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.03 |
| HSL | 167.12º | 0.92% | 0.62% | - |
| HSV(B) | 167.12º | 0.72% | 0.97% | - |
| XYZ | 47.3 | 72.43 | 71.81 | - |
| YUV | 189.75 | 138.86 | 42.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 247 | 209 | 0.72 | 0 | 0.15 | 0.03 | 167.12 | 0.92 | 0.62 |
| Hex | 46 | F7 | D1 | 48 | 0 | F | 3 | A7 | 5C | 3E |
| Octal | 106 | 367 | 321 | 110 | 0 | 17 | 3 | 247 | 134 | 76 |
| Binary | 1000110 | 11110111 | 11010001 | 1001000 | 0 | 1111 | 11 | 10100111 | 1011100 | 111110 |
Color Harmonies of #46F7D1
Complementary color
Monochromatic Colors of #46F7D1
Black with #46F7D1
Text Example
Text Example
White with #46F7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F7D1; }
p { color: rgb(70,247,209); }
H1.HeaderClassName
{
color: #46F7D1;
}
.AnyTagClassName
{
color: #46F7D1;
}
</style>
background-color css
<style>
a { background-color: #46F7D1; }
a { background-color: rgb(70,247,209); }
div.DivClassName
{
background-color: #46F7D1;
}
.BgClassName
{
background-color: #46F7D1;
}
</style>
border-color css
<style>
span { border-color: #46F7D1; }
span { border-color: rgb(70,247,209); }
td.TdClassName
{
border-color: #46F7D1;
}
.TagClassName
{
border-color: #46F7D1;
}
</style>