Shades of Turquoise #40D9C6
Tints of Turquoise #40D9C6
RGB
CMYK
RGB Variations
Color information
#40D9C6 (or 0x40D9C6) is known color: Turquoise. HEX triplet: 40, D9 and C6. RGB value is (64,217,198). Sum of RGB (Red+Green+Blue) = 64+217+198=479 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.36% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 198 (77.73% from 255 or 41.34% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #40D9C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D9C6 is #BF2639. Grayscale: #A9A9A9. Windows color (decimal): -12527162 or 13031744. OLE color: 13031744.
HSL color Cylindrical-coordinate representation of color #40D9C6: hue angle of 172.55º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D9C6 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 217 | 198 | - |
| CMYK | 0.71 | 0 | 0.09 | 0.15 |
| HSL | 172.55º | 0.67% | 0.55% | - |
| HSV(B) | 172.55º | 0.71% | 0.85% | - |
| XYZ | 37.12 | 54.79 | 62.05 | - |
| YUV | 169.09 | 144.31 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 217 | 198 | 0.71 | 0 | 0.09 | 0.15 | 172.55 | 0.67 | 0.55 |
| Hex | 40 | D9 | C6 | 47 | 0 | 9 | F | AD | 43 | 37 |
| Octal | 100 | 331 | 306 | 107 | 0 | 11 | 17 | 255 | 103 | 67 |
| Binary | 1000000 | 11011001 | 11000110 | 1000111 | 0 | 1001 | 1111 | 10101101 | 1000011 | 110111 |
Color Harmonies of #40D9C6
Complementary color
Monochromatic Colors of #40D9C6
Black with #40D9C6
Text Example
Text Example
White with #40D9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D9C6; }
p { color: rgb(64,217,198); }
H1.HeaderClassName
{
color: #40D9C6;
}
.AnyTagClassName
{
color: #40D9C6;
}
</style>
background-color css
<style>
a { background-color: #40D9C6; }
a { background-color: rgb(64,217,198); }
div.DivClassName
{
background-color: #40D9C6;
}
.BgClassName
{
background-color: #40D9C6;
}
</style>
border-color css
<style>
span { border-color: #40D9C6; }
span { border-color: rgb(64,217,198); }
td.TdClassName
{
border-color: #40D9C6;
}
.TagClassName
{
border-color: #40D9C6;
}
</style>