Shades of Turquoise #46FCD5
Tints of Turquoise #46FCD5
RGB
CMYK
RGB Variations
Color information
#46FCD5 (or 0x46FCD5) is known color: Turquoise. HEX triplet: 46, FC and D5. RGB value is (70,252,213). Sum of RGB (Red+Green+Blue) = 70+252+213=535 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.08% from 535); Green value is 252 (98.83% from 255 or 47.10% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCD5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCD5 is #B9032A. Grayscale: #C1C1C1. Windows color (decimal): -12124971 or 14023750. OLE color: 14023750.
HSL color Cylindrical-coordinate representation of color #46FCD5: hue angle of 167.14º 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 #46FCD5 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 213 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.01 |
| HSL | 167.14º | 0.97% | 0.63% | - |
| HSV(B) | 167.14º | 0.72% | 0.99% | - |
| XYZ | 49.35 | 75.73 | 74.97 | - |
| YUV | 193.14 | 139.2 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 213 | 0.72 | 0 | 0.15 | 0.01 | 167.14 | 0.97 | 0.63 |
| Hex | 46 | FC | D5 | 48 | 0 | F | 1 | A7 | 61 | 3F |
| Octal | 106 | 374 | 325 | 110 | 0 | 17 | 1 | 247 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11010101 | 1001000 | 0 | 1111 | 1 | 10100111 | 1100001 | 111111 |
Color Harmonies of #46FCD5
Complementary color
Monochromatic Colors of #46FCD5
Black with #46FCD5
Text Example
Text Example
White with #46FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCD5; }
p { color: rgb(70,252,213); }
H1.HeaderClassName
{
color: #46FCD5;
}
.AnyTagClassName
{
color: #46FCD5;
}
</style>
background-color css
<style>
a { background-color: #46FCD5; }
a { background-color: rgb(70,252,213); }
div.DivClassName
{
background-color: #46FCD5;
}
.BgClassName
{
background-color: #46FCD5;
}
</style>
border-color css
<style>
span { border-color: #46FCD5; }
span { border-color: rgb(70,252,213); }
td.TdClassName
{
border-color: #46FCD5;
}
.TagClassName
{
border-color: #46FCD5;
}
</style>