Shades of Turquoise #40DACD
Tints of Turquoise #40DACD
RGB
CMYK
RGB Variations
Color information
#40DACD (or 0x40DACD) is known color: Turquoise. HEX triplet: 40, DA and CD. RGB value is (64,218,205). Sum of RGB (Red+Green+Blue) = 64+218+205=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #40DACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DACD is #BF2532. Grayscale: #AAAAAA. Windows color (decimal): -12526899 or 13490752. OLE color: 13490752.
HSL color Cylindrical-coordinate representation of color #40DACD: hue angle of 174.94º degrees, saturation: 0.68, 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 #40DACD is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 205 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.15 |
| HSL | 174.94º | 0.68% | 0.55% | - |
| HSV(B) | 174.94º | 0.71% | 0.85% | - |
| XYZ | 38.21 | 55.64 | 66.48 | - |
| YUV | 170.47 | 147.48 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 205 | 0.71 | 0 | 0.06 | 0.15 | 174.94 | 0.68 | 0.55 |
| Hex | 40 | DA | CD | 47 | 0 | 6 | F | AF | 44 | 37 |
| Octal | 100 | 332 | 315 | 107 | 0 | 6 | 17 | 257 | 104 | 67 |
| Binary | 1000000 | 11011010 | 11001101 | 1000111 | 0 | 110 | 1111 | 10101111 | 1000100 | 110111 |
Color Harmonies of #40DACD
Complementary color
Monochromatic Colors of #40DACD
Black with #40DACD
Text Example
Text Example
White with #40DACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DACD; }
p { color: rgb(64,218,205); }
H1.HeaderClassName
{
color: #40DACD;
}
.AnyTagClassName
{
color: #40DACD;
}
</style>
background-color css
<style>
a { background-color: #40DACD; }
a { background-color: rgb(64,218,205); }
div.DivClassName
{
background-color: #40DACD;
}
.BgClassName
{
background-color: #40DACD;
}
</style>
border-color css
<style>
span { border-color: #40DACD; }
span { border-color: rgb(64,218,205); }
td.TdClassName
{
border-color: #40DACD;
}
.TagClassName
{
border-color: #40DACD;
}
</style>