Shades of Turquoise #40DBBD
Tints of Turquoise #40DBBD
RGB
CMYK
RGB Variations
Color information
#40DBBD (or 0x40DBBD) is known color: Turquoise. HEX triplet: 40, DB and BD. RGB value is (64,219,189). Sum of RGB (Red+Green+Blue) = 64+219+189=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBBD is #BF2442. Grayscale: #A9A9A9. Windows color (decimal): -12526659 or 12442432. OLE color: 12442432.
HSL color Cylindrical-coordinate representation of color #40DBBD: hue angle of 168.39º 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 #40DBBD is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 189 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.14 |
| HSL | 168.39º | 0.68% | 0.55% | - |
| HSV(B) | 168.39º | 0.71% | 0.86% | - |
| XYZ | 36.63 | 55.43 | 56.91 | - |
| YUV | 169.24 | 139.15 | 52.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 189 | 0.71 | 0 | 0.14 | 0.14 | 168.39 | 0.68 | 0.55 |
| Hex | 40 | DB | BD | 47 | 0 | E | E | A8 | 44 | 37 |
| Octal | 100 | 333 | 275 | 107 | 0 | 16 | 16 | 250 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10111101 | 1000111 | 0 | 1110 | 1110 | 10101000 | 1000100 | 110111 |
Color Harmonies of #40DBBD
Complementary color
Monochromatic Colors of #40DBBD
Black with #40DBBD
Text Example
Text Example
White with #40DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBBD; }
p { color: rgb(64,219,189); }
H1.HeaderClassName
{
color: #40DBBD;
}
.AnyTagClassName
{
color: #40DBBD;
}
</style>
background-color css
<style>
a { background-color: #40DBBD; }
a { background-color: rgb(64,219,189); }
div.DivClassName
{
background-color: #40DBBD;
}
.BgClassName
{
background-color: #40DBBD;
}
</style>
border-color css
<style>
span { border-color: #40DBBD; }
span { border-color: rgb(64,219,189); }
td.TdClassName
{
border-color: #40DBBD;
}
.TagClassName
{
border-color: #40DBBD;
}
</style>