Shades of Medium Turquoise #40D1DB
Tints of Medium Turquoise #40D1DB
RGB
CMYK
RGB Variations
Color information
#40D1DB (or 0x40D1DB) is known color: Medium Turquoise. HEX triplet: 40, D1 and DB. RGB value is (64,209,219). Sum of RGB (Red+Green+Blue) = 64+209+219=492 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.01% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #40D1DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D1DB is #BF2E24. Grayscale: #A6A6A6. Windows color (decimal): -12529189 or 14405952. OLE color: 14405952.
HSL color Cylindrical-coordinate representation of color #40D1DB: hue angle of 183.87º 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 #40D1DB is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 209 | 219 | - |
| CMYK | 0.71 | 0.05 | 0 | 0.14 |
| HSL | 183.87º | 0.68% | 0.55% | - |
| HSV(B) | 183.87º | 0.71% | 0.86% | - |
| XYZ | 37.7 | 51.81 | 75.03 | - |
| YUV | 166.79 | 157.46 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 209 | 219 | 0.71 | 0.05 | 0 | 0.14 | 183.87 | 0.68 | 0.55 |
| Hex | 40 | D1 | DB | 47 | 5 | 0 | E | B8 | 44 | 37 |
| Octal | 100 | 321 | 333 | 107 | 5 | 0 | 16 | 270 | 104 | 67 |
| Binary | 1000000 | 11010001 | 11011011 | 1000111 | 101 | 0 | 1110 | 10111000 | 1000100 | 110111 |
Color Harmonies of #40D1DB
Complementary color
Monochromatic Colors of #40D1DB
Black with #40D1DB
Text Example
Text Example
White with #40D1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D1DB; }
p { color: rgb(64,209,219); }
H1.HeaderClassName
{
color: #40D1DB;
}
.AnyTagClassName
{
color: #40D1DB;
}
</style>
background-color css
<style>
a { background-color: #40D1DB; }
a { background-color: rgb(64,209,219); }
div.DivClassName
{
background-color: #40D1DB;
}
.BgClassName
{
background-color: #40D1DB;
}
</style>
border-color css
<style>
span { border-color: #40D1DB; }
span { border-color: rgb(64,209,219); }
td.TdClassName
{
border-color: #40D1DB;
}
.TagClassName
{
border-color: #40D1DB;
}
</style>