Shades of Turquoise #40DABE
Tints of Turquoise #40DABE
RGB
CMYK
RGB Variations
Color information
#40DABE (or 0x40DABE) is known color: Turquoise. HEX triplet: 40, DA and BE. RGB value is (64,218,190). Sum of RGB (Red+Green+Blue) = 64+218+190=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #40DABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DABE is #BF2541. Grayscale: #A8A8A8. Windows color (decimal): -12526914 or 12507712. OLE color: 12507712.
HSL color Cylindrical-coordinate representation of color #40DABE: hue angle of 169.09º 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 #40DABE is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 190 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.15 |
| HSL | 169.09º | 0.68% | 0.55% | - |
| HSV(B) | 169.09º | 0.71% | 0.85% | - |
| XYZ | 36.48 | 54.95 | 57.4 | - |
| YUV | 168.76 | 139.98 | 53.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 190 | 0.71 | 0 | 0.13 | 0.15 | 169.09 | 0.68 | 0.55 |
| Hex | 40 | DA | BE | 47 | 0 | D | F | A9 | 44 | 37 |
| Octal | 100 | 332 | 276 | 107 | 0 | 15 | 17 | 251 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10111110 | 1000111 | 0 | 1101 | 1111 | 10101001 | 1000100 | 110111 |
Color Harmonies of #40DABE
Complementary color
Monochromatic Colors of #40DABE
Black with #40DABE
Text Example
Text Example
White with #40DABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DABE; }
p { color: rgb(64,218,190); }
H1.HeaderClassName
{
color: #40DABE;
}
.AnyTagClassName
{
color: #40DABE;
}
</style>
background-color css
<style>
a { background-color: #40DABE; }
a { background-color: rgb(64,218,190); }
div.DivClassName
{
background-color: #40DABE;
}
.BgClassName
{
background-color: #40DABE;
}
</style>
border-color css
<style>
span { border-color: #40DABE; }
span { border-color: rgb(64,218,190); }
td.TdClassName
{
border-color: #40DABE;
}
.TagClassName
{
border-color: #40DABE;
}
</style>