Shades of Turquoise #46FFCE
Tints of Turquoise #46FFCE
RGB
CMYK
RGB Variations
Color information
#46FFCE (or 0x46FFCE) is known color: Turquoise. HEX triplet: 46, FF and CE. RGB value is (70,255,206). Sum of RGB (Red+Green+Blue) = 70+255+206=531 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.18% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFCE is #B90031. Grayscale: #C2C2C2. Windows color (decimal): -12124210 or 13565766. OLE color: 13565766.
HSL color Cylindrical-coordinate representation of color #46FFCE: hue angle of 164.11º 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 #46FFCE is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 206 | - |
| CMYK | 0.73 | 0 | 0.19 | 0 |
| HSL | 164.11º | 1% | 0.64% | - |
| HSV(B) | 164.11º | 0.73% | 1% | - |
| XYZ | 49.43 | 77.28 | 70.7 | - |
| YUV | 194.1 | 134.71 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 206 | 0.73 | 0 | 0.19 | 0 | 164.11 | 1 | 0.64 |
| Hex | 46 | FF | CE | 49 | 0 | 13 | 0 | A4 | 64 | 40 |
| Octal | 106 | 377 | 316 | 111 | 0 | 23 | 0 | 244 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11001110 | 1001001 | 0 | 10011 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #46FFCE
Complementary color
Monochromatic Colors of #46FFCE
Black with #46FFCE
Text Example
Text Example
White with #46FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFCE; }
p { color: rgb(70,255,206); }
H1.HeaderClassName
{
color: #46FFCE;
}
.AnyTagClassName
{
color: #46FFCE;
}
</style>
background-color css
<style>
a { background-color: #46FFCE; }
a { background-color: rgb(70,255,206); }
div.DivClassName
{
background-color: #46FFCE;
}
.BgClassName
{
background-color: #46FFCE;
}
</style>
border-color css
<style>
span { border-color: #46FFCE; }
span { border-color: rgb(70,255,206); }
td.TdClassName
{
border-color: #46FFCE;
}
.TagClassName
{
border-color: #46FFCE;
}
</style>