Shades of Turquoise #46FECF
Tints of Turquoise #46FECF
RGB
CMYK
RGB Variations
Color information
#46FECF (or 0x46FECF) is known color: Turquoise. HEX triplet: 46, FE and CF. RGB value is (70,254,207). Sum of RGB (Red+Green+Blue) = 70+254+207=531 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.18% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #46FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FECF is #B90130. Grayscale: #C1C1C1. Windows color (decimal): -12124465 or 13631046. OLE color: 13631046.
HSL color Cylindrical-coordinate representation of color #46FECF: hue angle of 164.67º 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 #46FECF is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 207 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.00 |
| HSL | 164.67º | 0.99% | 0.64% | - |
| HSV(B) | 164.67º | 0.72% | 1% | - |
| XYZ | 49.23 | 76.69 | 71.24 | - |
| YUV | 193.63 | 135.54 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 207 | 0.72 | 0 | 0.19 | 0.00 | 164.67 | 0.99 | 0.64 |
| Hex | 46 | FE | CF | 48 | 0 | 13 | 0 | A5 | 63 | 40 |
| Octal | 106 | 376 | 317 | 110 | 0 | 23 | 0 | 245 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11001111 | 1001000 | 0 | 10011 | 0 | 10100101 | 1100011 | 1000000 |
Color Harmonies of #46FECF
Complementary color
Monochromatic Colors of #46FECF
Black with #46FECF
Text Example
Text Example
White with #46FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FECF; }
p { color: rgb(70,254,207); }
H1.HeaderClassName
{
color: #46FECF;
}
.AnyTagClassName
{
color: #46FECF;
}
</style>
background-color css
<style>
a { background-color: #46FECF; }
a { background-color: rgb(70,254,207); }
div.DivClassName
{
background-color: #46FECF;
}
.BgClassName
{
background-color: #46FECF;
}
</style>
border-color css
<style>
span { border-color: #46FECF; }
span { border-color: rgb(70,254,207); }
td.TdClassName
{
border-color: #46FECF;
}
.TagClassName
{
border-color: #46FECF;
}
</style>