Shades of Turquoise #46FCCF
Tints of Turquoise #46FCCF
RGB
CMYK
RGB Variations
Color information
#46FCCF (or 0x46FCCF) is known color: Turquoise. HEX triplet: 46, FC and CF. RGB value is (70,252,207). Sum of RGB (Red+Green+Blue) = 70+252+207=529 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.23% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCCF is #B90330. Grayscale: #C0C0C0. Windows color (decimal): -12124977 or 13630534. OLE color: 13630534.
HSL color Cylindrical-coordinate representation of color #46FCCF: hue angle of 165.16º 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 #46FCCF is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 207 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.01 |
| HSL | 165.16º | 0.97% | 0.63% | - |
| HSV(B) | 165.16º | 0.72% | 0.99% | - |
| XYZ | 48.6 | 75.43 | 71.03 | - |
| YUV | 192.45 | 136.2 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 207 | 0.72 | 0 | 0.18 | 0.01 | 165.16 | 0.97 | 0.63 |
| Hex | 46 | FC | CF | 48 | 0 | 12 | 1 | A5 | 61 | 3F |
| Octal | 106 | 374 | 317 | 110 | 0 | 22 | 1 | 245 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11001111 | 1001000 | 0 | 10010 | 1 | 10100101 | 1100001 | 111111 |
Color Harmonies of #46FCCF
Complementary color
Monochromatic Colors of #46FCCF
Black with #46FCCF
Text Example
Text Example
White with #46FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCCF; }
p { color: rgb(70,252,207); }
H1.HeaderClassName
{
color: #46FCCF;
}
.AnyTagClassName
{
color: #46FCCF;
}
</style>
background-color css
<style>
a { background-color: #46FCCF; }
a { background-color: rgb(70,252,207); }
div.DivClassName
{
background-color: #46FCCF;
}
.BgClassName
{
background-color: #46FCCF;
}
</style>
border-color css
<style>
span { border-color: #46FCCF; }
span { border-color: rgb(70,252,207); }
td.TdClassName
{
border-color: #46FCCF;
}
.TagClassName
{
border-color: #46FCCF;
}
</style>