Shades of Turquoise #40DABB
Tints of Turquoise #40DABB
RGB
CMYK
RGB Variations
Color information
#40DABB (or 0x40DABB) is known color: Turquoise. HEX triplet: 40, DA and BB. RGB value is (64,218,187). Sum of RGB (Red+Green+Blue) = 64+218+187=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #40DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DABB is #BF2544. Grayscale: #A8A8A8. Windows color (decimal): -12526917 or 12311104. OLE color: 12311104.
HSL color Cylindrical-coordinate representation of color #40DABB: hue angle of 167.92º 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 #40DABB is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 218 | 187 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.15 |
| HSL | 167.92º | 0.68% | 0.55% | - |
| HSV(B) | 167.92º | 0.71% | 0.85% | - |
| XYZ | 36.16 | 54.82 | 55.69 | - |
| YUV | 168.42 | 138.48 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 187 | 0.71 | 0 | 0.14 | 0.15 | 167.92 | 0.68 | 0.55 |
| Hex | 40 | DA | BB | 47 | 0 | E | F | A8 | 44 | 37 |
| Octal | 100 | 332 | 273 | 107 | 0 | 16 | 17 | 250 | 104 | 67 |
| Binary | 1000000 | 11011010 | 10111011 | 1000111 | 0 | 1110 | 1111 | 10101000 | 1000100 | 110111 |
Color Harmonies of #40DABB
Complementary color
Monochromatic Colors of #40DABB
Black with #40DABB
Text Example
Text Example
White with #40DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DABB; }
p { color: rgb(64,218,187); }
H1.HeaderClassName
{
color: #40DABB;
}
.AnyTagClassName
{
color: #40DABB;
}
</style>
background-color css
<style>
a { background-color: #40DABB; }
a { background-color: rgb(64,218,187); }
div.DivClassName
{
background-color: #40DABB;
}
.BgClassName
{
background-color: #40DABB;
}
</style>
border-color css
<style>
span { border-color: #40DABB; }
span { border-color: rgb(64,218,187); }
td.TdClassName
{
border-color: #40DABB;
}
.TagClassName
{
border-color: #40DABB;
}
</style>