Shades of Turquoise #46FFCD
Tints of Turquoise #46FFCD
RGB
CMYK
RGB Variations
Color information
#46FFCD (or 0x46FFCD) is known color: Turquoise. HEX triplet: 46, FF and CD. RGB value is (70,255,205). Sum of RGB (Red+Green+Blue) = 70+255+205=530 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.21% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFCD is #B90032. Grayscale: #C2C2C2. Windows color (decimal): -12124211 or 13500230. OLE color: 13500230.
HSL color Cylindrical-coordinate representation of color #46FFCD: hue angle of 163.78º 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 #46FFCD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 205 | - |
| CMYK | 0.73 | 0 | 0.20 | 0 |
| HSL | 163.78º | 1% | 0.64% | - |
| HSV(B) | 163.78º | 0.73% | 1% | - |
| XYZ | 49.31 | 77.23 | 70.07 | - |
| YUV | 193.99 | 134.21 | 39.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 205 | 0.73 | 0 | 0.20 | 0 | 163.78 | 1 | 0.64 |
| Hex | 46 | FF | CD | 49 | 0 | 14 | 0 | A4 | 64 | 40 |
| Octal | 106 | 377 | 315 | 111 | 0 | 24 | 0 | 244 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11001101 | 1001001 | 0 | 10100 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #46FFCD
Complementary color
Monochromatic Colors of #46FFCD
Black with #46FFCD
Text Example
Text Example
White with #46FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFCD; }
p { color: rgb(70,255,205); }
H1.HeaderClassName
{
color: #46FFCD;
}
.AnyTagClassName
{
color: #46FFCD;
}
</style>
background-color css
<style>
a { background-color: #46FFCD; }
a { background-color: rgb(70,255,205); }
div.DivClassName
{
background-color: #46FFCD;
}
.BgClassName
{
background-color: #46FFCD;
}
</style>
border-color css
<style>
span { border-color: #46FFCD; }
span { border-color: rgb(70,255,205); }
td.TdClassName
{
border-color: #46FFCD;
}
.TagClassName
{
border-color: #46FFCD;
}
</style>