Shades of Turquoise #46FFCB
Tints of Turquoise #46FFCB
RGB
CMYK
RGB Variations
Color information
#46FFCB (or 0x46FFCB) is known color: Turquoise. HEX triplet: 46, FF and CB. RGB value is (70,255,203). Sum of RGB (Red+Green+Blue) = 70+255+203=528 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.26% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFCB is #B90034. Grayscale: #C1C1C1. Windows color (decimal): -12124213 or 13369158. OLE color: 13369158.
HSL color Cylindrical-coordinate representation of color #46FFCB: hue angle of 163.14º 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 #46FFCB is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 203 | - |
| CMYK | 0.73 | 0 | 0.20 | 0 |
| HSL | 163.14º | 1% | 0.64% | - |
| HSV(B) | 163.14º | 0.73% | 1% | - |
| XYZ | 49.07 | 77.13 | 68.8 | - |
| YUV | 193.76 | 133.21 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 203 | 0.73 | 0 | 0.20 | 0 | 163.14 | 1 | 0.64 |
| Hex | 46 | FF | CB | 49 | 0 | 14 | 0 | A3 | 64 | 40 |
| Octal | 106 | 377 | 313 | 111 | 0 | 24 | 0 | 243 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11001011 | 1001001 | 0 | 10100 | 0 | 10100011 | 1100100 | 1000000 |
Color Harmonies of #46FFCB
Complementary color
Monochromatic Colors of #46FFCB
Black with #46FFCB
Text Example
Text Example
White with #46FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFCB; }
p { color: rgb(70,255,203); }
H1.HeaderClassName
{
color: #46FFCB;
}
.AnyTagClassName
{
color: #46FFCB;
}
</style>
background-color css
<style>
a { background-color: #46FFCB; }
a { background-color: rgb(70,255,203); }
div.DivClassName
{
background-color: #46FFCB;
}
.BgClassName
{
background-color: #46FFCB;
}
</style>
border-color css
<style>
span { border-color: #46FFCB; }
span { border-color: rgb(70,255,203); }
td.TdClassName
{
border-color: #46FFCB;
}
.TagClassName
{
border-color: #46FFCB;
}
</style>