Shades of Turquoise #46FCD6
Tints of Turquoise #46FCD6
RGB
CMYK
RGB Variations
Color information
#46FCD6 (or 0x46FCD6) is known color: Turquoise. HEX triplet: 46, FC and D6. RGB value is (70,252,214). Sum of RGB (Red+Green+Blue) = 70+252+214=536 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.06% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCD6 is #B90329. Grayscale: #C1C1C1. Windows color (decimal): -12124970 or 14089286. OLE color: 14089286.
HSL color Cylindrical-coordinate representation of color #46FCD6: hue angle of 167.47º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FCD6 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 214 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.01 |
| HSL | 167.47º | 0.97% | 0.63% | - |
| HSV(B) | 167.47º | 0.72% | 0.99% | - |
| XYZ | 49.47 | 75.78 | 75.64 | - |
| YUV | 193.25 | 139.7 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 214 | 0.72 | 0 | 0.15 | 0.01 | 167.47 | 0.97 | 0.63 |
| Hex | 46 | FC | D6 | 48 | 0 | F | 1 | A7 | 61 | 3F |
| Octal | 106 | 374 | 326 | 110 | 0 | 17 | 1 | 247 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11010110 | 1001000 | 0 | 1111 | 1 | 10100111 | 1100001 | 111111 |
Color Harmonies of #46FCD6
Complementary color
Monochromatic Colors of #46FCD6
Black with #46FCD6
Text Example
Text Example
White with #46FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCD6; }
p { color: rgb(70,252,214); }
H1.HeaderClassName
{
color: #46FCD6;
}
.AnyTagClassName
{
color: #46FCD6;
}
</style>
background-color css
<style>
a { background-color: #46FCD6; }
a { background-color: rgb(70,252,214); }
div.DivClassName
{
background-color: #46FCD6;
}
.BgClassName
{
background-color: #46FCD6;
}
</style>
border-color css
<style>
span { border-color: #46FCD6; }
span { border-color: rgb(70,252,214); }
td.TdClassName
{
border-color: #46FCD6;
}
.TagClassName
{
border-color: #46FCD6;
}
</style>