Shades of Turquoise #40D8DB
Tints of Turquoise #40D8DB
RGB
CMYK
RGB Variations
Color information
#40D8DB (or 0x40D8DB) is known color: Turquoise. HEX triplet: 40, D8 and DB. RGB value is (64,216,219). Sum of RGB (Red+Green+Blue) = 64+216+219=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 216 (84.77% from 255 or 43.29% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #40D8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8DB is #BF2724. Grayscale: #AAAAAA. Windows color (decimal): -12527397 or 14407744. OLE color: 14407744.
HSL color Cylindrical-coordinate representation of color #40D8DB: hue angle of 181.16º 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 #40D8DB is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 216 | 219 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.14 |
| HSL | 181.16º | 0.68% | 0.55% | - |
| HSV(B) | 181.16º | 0.71% | 0.86% | - |
| XYZ | 39.46 | 55.32 | 75.62 | - |
| YUV | 170.89 | 155.14 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 219 | 0.71 | 0.01 | 0 | 0.14 | 181.16 | 0.68 | 0.55 |
| Hex | 40 | D8 | DB | 47 | 1 | 0 | E | B5 | 44 | 37 |
| Octal | 100 | 330 | 333 | 107 | 1 | 0 | 16 | 265 | 104 | 67 |
| Binary | 1000000 | 11011000 | 11011011 | 1000111 | 1 | 0 | 1110 | 10110101 | 1000100 | 110111 |
Color Harmonies of #40D8DB
Complementary color
Monochromatic Colors of #40D8DB
Black with #40D8DB
Text Example
Text Example
White with #40D8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8DB; }
p { color: rgb(64,216,219); }
H1.HeaderClassName
{
color: #40D8DB;
}
.AnyTagClassName
{
color: #40D8DB;
}
</style>
background-color css
<style>
a { background-color: #40D8DB; }
a { background-color: rgb(64,216,219); }
div.DivClassName
{
background-color: #40D8DB;
}
.BgClassName
{
background-color: #40D8DB;
}
</style>
border-color css
<style>
span { border-color: #40D8DB; }
span { border-color: rgb(64,216,219); }
td.TdClassName
{
border-color: #40D8DB;
}
.TagClassName
{
border-color: #40D8DB;
}
</style>