Shades of Turquoise #40FFD6
Tints of Turquoise #40FFD6
RGB
CMYK
RGB Variations
Color information
#40FFD6 (or 0x40FFD6) is known color: Turquoise. HEX triplet: 40, FF and D6. RGB value is (64,255,214). Sum of RGB (Red+Green+Blue) = 64+255+214=533 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.01% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFD6 is #BF0029. Grayscale: #C1C1C1. Windows color (decimal): -12517418 or 14090048. OLE color: 14090048.
HSL color Cylindrical-coordinate representation of color #40FFD6: hue angle of 167.12º 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 #40FFD6 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 214 | - |
| CMYK | 0.75 | 0 | 0.16 | 0 |
| HSL | 167.12º | 1% | 0.63% | - |
| HSV(B) | 167.12º | 0.75% | 1% | - |
| XYZ | 50.01 | 77.47 | 75.93 | - |
| YUV | 193.22 | 139.72 | 35.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 214 | 0.75 | 0 | 0.16 | 0 | 167.12 | 1 | 0.63 |
| Hex | 40 | FF | D6 | 4B | 0 | 10 | 0 | A7 | 64 | 3F |
| Octal | 100 | 377 | 326 | 113 | 0 | 20 | 0 | 247 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11010110 | 1001011 | 0 | 10000 | 0 | 10100111 | 1100100 | 111111 |
Color Harmonies of #40FFD6
Complementary color
Monochromatic Colors of #40FFD6
Black with #40FFD6
Text Example
Text Example
White with #40FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFD6; }
p { color: rgb(64,255,214); }
H1.HeaderClassName
{
color: #40FFD6;
}
.AnyTagClassName
{
color: #40FFD6;
}
</style>
background-color css
<style>
a { background-color: #40FFD6; }
a { background-color: rgb(64,255,214); }
div.DivClassName
{
background-color: #40FFD6;
}
.BgClassName
{
background-color: #40FFD6;
}
</style>
border-color css
<style>
span { border-color: #40FFD6; }
span { border-color: rgb(64,255,214); }
td.TdClassName
{
border-color: #40FFD6;
}
.TagClassName
{
border-color: #40FFD6;
}
</style>