Shades of Turquoise #46FEC4
Tints of Turquoise #46FEC4
RGB
CMYK
RGB Variations
Color information
#46FEC4 (or 0x46FEC4) is known color: Turquoise. HEX triplet: 46, FE and C4. RGB value is (70,254,196). Sum of RGB (Red+Green+Blue) = 70+254+196=520 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.46% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEC4 is #B9013B. Grayscale: #C0C0C0. Windows color (decimal): -12124476 or 12910150. OLE color: 12910150.
HSL color Cylindrical-coordinate representation of color #46FEC4: hue angle of 161.09º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FEC4 is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 196 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.00 |
| HSL | 161.09º | 0.99% | 0.64% | - |
| HSV(B) | 161.09º | 0.72% | 1% | - |
| XYZ | 47.93 | 76.17 | 64.4 | - |
| YUV | 192.37 | 130.04 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 196 | 0.72 | 0 | 0.23 | 0.00 | 161.09 | 0.99 | 0.64 |
| Hex | 46 | FE | C4 | 48 | 0 | 17 | 0 | A1 | 63 | 40 |
| Octal | 106 | 376 | 304 | 110 | 0 | 27 | 0 | 241 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11000100 | 1001000 | 0 | 10111 | 0 | 10100001 | 1100011 | 1000000 |
Color Harmonies of #46FEC4
Complementary color
Monochromatic Colors of #46FEC4
Black with #46FEC4
Text Example
Text Example
White with #46FEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEC4; }
p { color: rgb(70,254,196); }
H1.HeaderClassName
{
color: #46FEC4;
}
.AnyTagClassName
{
color: #46FEC4;
}
</style>
background-color css
<style>
a { background-color: #46FEC4; }
a { background-color: rgb(70,254,196); }
div.DivClassName
{
background-color: #46FEC4;
}
.BgClassName
{
background-color: #46FEC4;
}
</style>
border-color css
<style>
span { border-color: #46FEC4; }
span { border-color: rgb(70,254,196); }
td.TdClassName
{
border-color: #46FEC4;
}
.TagClassName
{
border-color: #46FEC4;
}
</style>