Shades of Turquoise #46FCC9
Tints of Turquoise #46FCC9
RGB
CMYK
RGB Variations
Color information
#46FCC9 (or 0x46FCC9) is known color: Turquoise. HEX triplet: 46, FC and C9. RGB value is (70,252,201). Sum of RGB (Red+Green+Blue) = 70+252+201=523 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.38% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCC9 is #B90336. Grayscale: #BFBFBF. Windows color (decimal): -12124983 or 13237318. OLE color: 13237318.
HSL color Cylindrical-coordinate representation of color #46FCC9: hue angle of 163.19º 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 #46FCC9 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 201 | - |
| CMYK | 0.72 | 0 | 0.20 | 0.01 |
| HSL | 163.19º | 0.97% | 0.63% | - |
| HSV(B) | 163.19º | 0.72% | 0.99% | - |
| XYZ | 47.88 | 75.14 | 67.24 | - |
| YUV | 191.77 | 133.2 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 201 | 0.72 | 0 | 0.20 | 0.01 | 163.19 | 0.97 | 0.63 |
| Hex | 46 | FC | C9 | 48 | 0 | 14 | 1 | A3 | 61 | 3F |
| Octal | 106 | 374 | 311 | 110 | 0 | 24 | 1 | 243 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11001001 | 1001000 | 0 | 10100 | 1 | 10100011 | 1100001 | 111111 |
Color Harmonies of #46FCC9
Complementary color
Monochromatic Colors of #46FCC9
Black with #46FCC9
Text Example
Text Example
White with #46FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCC9; }
p { color: rgb(70,252,201); }
H1.HeaderClassName
{
color: #46FCC9;
}
.AnyTagClassName
{
color: #46FCC9;
}
</style>
background-color css
<style>
a { background-color: #46FCC9; }
a { background-color: rgb(70,252,201); }
div.DivClassName
{
background-color: #46FCC9;
}
.BgClassName
{
background-color: #46FCC9;
}
</style>
border-color css
<style>
span { border-color: #46FCC9; }
span { border-color: rgb(70,252,201); }
td.TdClassName
{
border-color: #46FCC9;
}
.TagClassName
{
border-color: #46FCC9;
}
</style>