Shades of Turquoise #40FFC6
Tints of Turquoise #40FFC6
RGB
CMYK
RGB Variations
Color information
#40FFC6 (or 0x40FFC6) is known color: Turquoise. HEX triplet: 40, FF and C6. RGB value is (64,255,198). Sum of RGB (Red+Green+Blue) = 64+255+198=517 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.38% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFC6 is #BF0039. Grayscale: #BFBFBF. Windows color (decimal): -12517434 or 13041472. OLE color: 13041472.
HSL color Cylindrical-coordinate representation of color #40FFC6: hue angle of 162.09º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFC6 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 198 | - |
| CMYK | 0.75 | 0 | 0.22 | 0 |
| HSL | 162.09º | 1% | 0.63% | - |
| HSV(B) | 162.09º | 0.75% | 1% | - |
| XYZ | 48.07 | 76.69 | 65.69 | - |
| YUV | 191.39 | 131.72 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 198 | 0.75 | 0 | 0.22 | 0 | 162.09 | 1 | 0.63 |
| Hex | 40 | FF | C6 | 4B | 0 | 16 | 0 | A2 | 64 | 3F |
| Octal | 100 | 377 | 306 | 113 | 0 | 26 | 0 | 242 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11000110 | 1001011 | 0 | 10110 | 0 | 10100010 | 1100100 | 111111 |
Color Harmonies of #40FFC6
Complementary color
Monochromatic Colors of #40FFC6
Black with #40FFC6
Text Example
Text Example
White with #40FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFC6; }
p { color: rgb(64,255,198); }
H1.HeaderClassName
{
color: #40FFC6;
}
.AnyTagClassName
{
color: #40FFC6;
}
</style>
background-color css
<style>
a { background-color: #40FFC6; }
a { background-color: rgb(64,255,198); }
div.DivClassName
{
background-color: #40FFC6;
}
.BgClassName
{
background-color: #40FFC6;
}
</style>
border-color css
<style>
span { border-color: #40FFC6; }
span { border-color: rgb(64,255,198); }
td.TdClassName
{
border-color: #40FFC6;
}
.TagClassName
{
border-color: #40FFC6;
}
</style>