Shades of Turquoise #46F7D6
Tints of Turquoise #46F7D6
RGB
CMYK
RGB Variations
Color information
#46F7D6 (or 0x46F7D6) is known color: Turquoise. HEX triplet: 46, F7 and D6. RGB value is (70,247,214). Sum of RGB (Red+Green+Blue) = 70+247+214=531 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.18% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #46F7D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F7D6 is #B90829. Grayscale: #BEBEBE. Windows color (decimal): -12126250 or 14088006. OLE color: 14088006.
HSL color Cylindrical-coordinate representation of color #46F7D6: hue angle of 168.81º 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 #46F7D6 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 247 | 214 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.03 |
| HSL | 168.81º | 0.92% | 0.62% | - |
| HSV(B) | 168.81º | 0.72% | 0.97% | - |
| XYZ | 47.92 | 72.68 | 75.12 | - |
| YUV | 190.32 | 141.36 | 42.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 247 | 214 | 0.72 | 0 | 0.13 | 0.03 | 168.81 | 0.92 | 0.62 |
| Hex | 46 | F7 | D6 | 48 | 0 | D | 3 | A9 | 5C | 3E |
| Octal | 106 | 367 | 326 | 110 | 0 | 15 | 3 | 251 | 134 | 76 |
| Binary | 1000110 | 11110111 | 11010110 | 1001000 | 0 | 1101 | 11 | 10101001 | 1011100 | 111110 |
Color Harmonies of #46F7D6
Complementary color
Monochromatic Colors of #46F7D6
Black with #46F7D6
Text Example
Text Example
White with #46F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F7D6; }
p { color: rgb(70,247,214); }
H1.HeaderClassName
{
color: #46F7D6;
}
.AnyTagClassName
{
color: #46F7D6;
}
</style>
background-color css
<style>
a { background-color: #46F7D6; }
a { background-color: rgb(70,247,214); }
div.DivClassName
{
background-color: #46F7D6;
}
.BgClassName
{
background-color: #46F7D6;
}
</style>
border-color css
<style>
span { border-color: #46F7D6; }
span { border-color: rgb(70,247,214); }
td.TdClassName
{
border-color: #46F7D6;
}
.TagClassName
{
border-color: #46F7D6;
}
</style>