Shades of Turquoise #40DBCD
Tints of Turquoise #40DBCD
RGB
CMYK
RGB Variations
Color information
#40DBCD (or 0x40DBCD) is known color: Turquoise. HEX triplet: 40, DB and CD. RGB value is (64,219,205). Sum of RGB (Red+Green+Blue) = 64+219+205=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBCD is #BF2432. Grayscale: #AAAAAA. Windows color (decimal): -12526643 or 13491008. OLE color: 13491008.
HSL color Cylindrical-coordinate representation of color #40DBCD: hue angle of 174.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DBCD is Cyan = 0.71, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 205 | - |
| CMYK | 0.71 | 0 | 0.06 | 0.14 |
| HSL | 174.58º | 0.68% | 0.55% | - |
| HSV(B) | 174.58º | 0.71% | 0.86% | - |
| XYZ | 38.47 | 56.16 | 66.57 | - |
| YUV | 171.06 | 147.15 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 205 | 0.71 | 0 | 0.06 | 0.14 | 174.58 | 0.68 | 0.55 |
| Hex | 40 | DB | CD | 47 | 0 | 6 | E | AF | 44 | 37 |
| Octal | 100 | 333 | 315 | 107 | 0 | 6 | 16 | 257 | 104 | 67 |
| Binary | 1000000 | 11011011 | 11001101 | 1000111 | 0 | 110 | 1110 | 10101111 | 1000100 | 110111 |
Color Harmonies of #40DBCD
Complementary color
Monochromatic Colors of #40DBCD
Black with #40DBCD
Text Example
Text Example
White with #40DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBCD; }
p { color: rgb(64,219,205); }
H1.HeaderClassName
{
color: #40DBCD;
}
.AnyTagClassName
{
color: #40DBCD;
}
</style>
background-color css
<style>
a { background-color: #40DBCD; }
a { background-color: rgb(64,219,205); }
div.DivClassName
{
background-color: #40DBCD;
}
.BgClassName
{
background-color: #40DBCD;
}
</style>
border-color css
<style>
span { border-color: #40DBCD; }
span { border-color: rgb(64,219,205); }
td.TdClassName
{
border-color: #40DBCD;
}
.TagClassName
{
border-color: #40DBCD;
}
</style>