Shades of Turquoise #46FDC5
Tints of Turquoise #46FDC5
RGB
CMYK
RGB Variations
Color information
#46FDC5 (or 0x46FDC5) is known color: Turquoise. HEX triplet: 46, FD and C5. RGB value is (70,253,197). Sum of RGB (Red+Green+Blue) = 70+253+197=520 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.46% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #46FDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FDC5 is #B9023A. Grayscale: #BFBFBF. Windows color (decimal): -12124731 or 12975430. OLE color: 12975430.
HSL color Cylindrical-coordinate representation of color #46FDC5: hue angle of 161.64º degrees, saturation: 0.98, 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 #46FDC5 is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 253 | 197 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.01 |
| HSL | 161.64º | 0.98% | 0.63% | - |
| HSV(B) | 161.64º | 0.72% | 0.99% | - |
| XYZ | 47.73 | 75.58 | 64.9 | - |
| YUV | 191.9 | 130.87 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 253 | 197 | 0.72 | 0 | 0.22 | 0.01 | 161.64 | 0.98 | 0.63 |
| Hex | 46 | FD | C5 | 48 | 0 | 16 | 1 | A2 | 62 | 3F |
| Octal | 106 | 375 | 305 | 110 | 0 | 26 | 1 | 242 | 142 | 77 |
| Binary | 1000110 | 11111101 | 11000101 | 1001000 | 0 | 10110 | 1 | 10100010 | 1100010 | 111111 |
Color Harmonies of #46FDC5
Complementary color
Monochromatic Colors of #46FDC5
Black with #46FDC5
Text Example
Text Example
White with #46FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FDC5; }
p { color: rgb(70,253,197); }
H1.HeaderClassName
{
color: #46FDC5;
}
.AnyTagClassName
{
color: #46FDC5;
}
</style>
background-color css
<style>
a { background-color: #46FDC5; }
a { background-color: rgb(70,253,197); }
div.DivClassName
{
background-color: #46FDC5;
}
.BgClassName
{
background-color: #46FDC5;
}
</style>
border-color css
<style>
span { border-color: #46FDC5; }
span { border-color: rgb(70,253,197); }
td.TdClassName
{
border-color: #46FDC5;
}
.TagClassName
{
border-color: #46FDC5;
}
</style>