Shades of Turquoise #40DACC
Tints of Turquoise #40DACC
RGB
CMYK
RGB Variations
Color information
#40DACC (or 0x40DACC) is known color: Turquoise. HEX triplet: 40, DA and CC. RGB value is (64,218,204). Sum of RGB (Red+Green+Blue) = 64+218+204=486 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.17% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #40DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DACC is #BF2533. Grayscale: #AAAAAA. Windows color (decimal): -12526900 or 13425216. OLE color: 13425216.
HSL color Cylindrical-coordinate representation of color #40DACC: hue angle of 174.55º 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 #40DACC is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 204 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.15 |
| HSL | 174.55º | 0.68% | 0.55% | - |
| HSV(B) | 174.55º | 0.71% | 0.85% | - |
| XYZ | 38.08 | 55.59 | 65.85 | - |
| YUV | 170.36 | 146.98 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 204 | 0.71 | 0 | 0.06 | 0.15 | 174.55 | 0.68 | 0.55 |
| Hex | 40 | DA | CC | 47 | 0 | 6 | F | AF | 44 | 37 |
| Octal | 100 | 332 | 314 | 107 | 0 | 6 | 17 | 257 | 104 | 67 |
| Binary | 1000000 | 11011010 | 11001100 | 1000111 | 0 | 110 | 1111 | 10101111 | 1000100 | 110111 |
Color Harmonies of #40DACC
Complementary color
Monochromatic Colors of #40DACC
Black with #40DACC
Text Example
Text Example
White with #40DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DACC; }
p { color: rgb(64,218,204); }
H1.HeaderClassName
{
color: #40DACC;
}
.AnyTagClassName
{
color: #40DACC;
}
</style>
background-color css
<style>
a { background-color: #40DACC; }
a { background-color: rgb(64,218,204); }
div.DivClassName
{
background-color: #40DACC;
}
.BgClassName
{
background-color: #40DACC;
}
</style>
border-color css
<style>
span { border-color: #40DACC; }
span { border-color: rgb(64,218,204); }
td.TdClassName
{
border-color: #40DACC;
}
.TagClassName
{
border-color: #40DACC;
}
</style>