Shades of Turquoise #40DBD0
Tints of Turquoise #40DBD0
RGB
CMYK
RGB Variations
Color information
#40DBD0 (or 0x40DBD0) is known color: Turquoise. HEX triplet: 40, DB and D0. RGB value is (64,219,208). Sum of RGB (Red+Green+Blue) = 64+219+208=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBD0 is #BF242F. Grayscale: #ABABAB. Windows color (decimal): -12526640 or 13687616. OLE color: 13687616.
HSL color Cylindrical-coordinate representation of color #40DBD0: hue angle of 175.74º 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 #40DBD0 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 208 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.14 |
| HSL | 175.74º | 0.68% | 0.55% | - |
| HSV(B) | 175.74º | 0.71% | 0.86% | - |
| XYZ | 38.83 | 56.31 | 68.5 | - |
| YUV | 171.4 | 148.65 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 208 | 0.71 | 0 | 0.05 | 0.14 | 175.74 | 0.68 | 0.55 |
| Hex | 40 | DB | D0 | 47 | 0 | 5 | E | B0 | 44 | 37 |
| Octal | 100 | 333 | 320 | 107 | 0 | 5 | 16 | 260 | 104 | 67 |
| Binary | 1000000 | 11011011 | 11010000 | 1000111 | 0 | 101 | 1110 | 10110000 | 1000100 | 110111 |
Color Harmonies of #40DBD0
Complementary color
Monochromatic Colors of #40DBD0
Black with #40DBD0
Text Example
Text Example
White with #40DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBD0; }
p { color: rgb(64,219,208); }
H1.HeaderClassName
{
color: #40DBD0;
}
.AnyTagClassName
{
color: #40DBD0;
}
</style>
background-color css
<style>
a { background-color: #40DBD0; }
a { background-color: rgb(64,219,208); }
div.DivClassName
{
background-color: #40DBD0;
}
.BgClassName
{
background-color: #40DBD0;
}
</style>
border-color css
<style>
span { border-color: #40DBD0; }
span { border-color: rgb(64,219,208); }
td.TdClassName
{
border-color: #40DBD0;
}
.TagClassName
{
border-color: #40DBD0;
}
</style>