Shades of Turquoise #40DAB9
Tints of Turquoise #40DAB9
RGB
CMYK
RGB Variations
Color information
#40DAB9 (or 0x40DAB9) is known color: Turquoise. HEX triplet: 40, DA and B9. RGB value is (64,218,185). Sum of RGB (Red+Green+Blue) = 64+218+185=467 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.70% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #40DAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DAB9 is #BF2546. Grayscale: #A8A8A8. Windows color (decimal): -12526919 or 12180032. OLE color: 12180032.
HSL color Cylindrical-coordinate representation of color #40DAB9: hue angle of 167.14º 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 #40DAB9 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 185 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.15 |
| HSL | 167.14º | 0.68% | 0.55% | - |
| HSV(B) | 167.14º | 0.71% | 0.85% | - |
| XYZ | 35.94 | 54.74 | 54.57 | - |
| YUV | 168.19 | 137.48 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 185 | 0.71 | 0 | 0.15 | 0.15 | 167.14 | 0.68 | 0.55 |
| Hex | 40 | DA | B9 | 47 | 0 | F | F | A7 | 44 | 37 |
| Octal | 100 | 332 | 271 | 107 | 0 | 17 | 17 | 247 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10111001 | 1000111 | 0 | 1111 | 1111 | 10100111 | 1000100 | 110111 |
Color Harmonies of #40DAB9
Complementary color
Monochromatic Colors of #40DAB9
Black with #40DAB9
Text Example
Text Example
White with #40DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DAB9; }
p { color: rgb(64,218,185); }
H1.HeaderClassName
{
color: #40DAB9;
}
.AnyTagClassName
{
color: #40DAB9;
}
</style>
background-color css
<style>
a { background-color: #40DAB9; }
a { background-color: rgb(64,218,185); }
div.DivClassName
{
background-color: #40DAB9;
}
.BgClassName
{
background-color: #40DAB9;
}
</style>
border-color css
<style>
span { border-color: #40DAB9; }
span { border-color: rgb(64,218,185); }
td.TdClassName
{
border-color: #40DAB9;
}
.TagClassName
{
border-color: #40DAB9;
}
</style>