Shades of Turquoise #46FFCC
Tints of Turquoise #46FFCC
RGB
CMYK
RGB Variations
Color information
#46FFCC (or 0x46FFCC) is known color: Turquoise. HEX triplet: 46, FF and CC. RGB value is (70,255,204). Sum of RGB (Red+Green+Blue) = 70+255+204=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFCC is #B90033. Grayscale: #C1C1C1. Windows color (decimal): -12124212 or 13434694. OLE color: 13434694.
HSL color Cylindrical-coordinate representation of color #46FFCC: hue angle of 163.46º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFCC is Cyan = 0.73, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 204 | - |
| CMYK | 0.73 | 0 | 0.2 | 0 |
| HSL | 163.46º | 1% | 0.64% | - |
| HSV(B) | 163.46º | 0.73% | 1% | - |
| XYZ | 49.18 | 77.18 | 69.43 | - |
| YUV | 193.87 | 133.71 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 204 | 0.73 | 0 | 0.2 | 0 | 163.46 | 1 | 0.64 |
| Hex | 46 | FF | CC | 49 | 0 | 14 | 0 | A3 | 64 | 40 |
| Octal | 106 | 377 | 314 | 111 | 0 | 24 | 0 | 243 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11001100 | 1001001 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000000 |
Color Harmonies of #46FFCC
Complementary color
Monochromatic Colors of #46FFCC
Black with #46FFCC
Text Example
Text Example
White with #46FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFCC; }
p { color: rgb(70,255,204); }
H1.HeaderClassName
{
color: #46FFCC;
}
.AnyTagClassName
{
color: #46FFCC;
}
</style>
background-color css
<style>
a { background-color: #46FFCC; }
a { background-color: rgb(70,255,204); }
div.DivClassName
{
background-color: #46FFCC;
}
.BgClassName
{
background-color: #46FFCC;
}
</style>
border-color css
<style>
span { border-color: #46FFCC; }
span { border-color: rgb(70,255,204); }
td.TdClassName
{
border-color: #46FFCC;
}
.TagClassName
{
border-color: #46FFCC;
}
</style>