Shades of Turquoise #40DBBF
Tints of Turquoise #40DBBF
RGB
CMYK
RGB Variations
Color information
#40DBBF (or 0x40DBBF) is known color: Turquoise. HEX triplet: 40, DB and BF. RGB value is (64,219,191). Sum of RGB (Red+Green+Blue) = 64+219+191=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBBF is #BF2440. Grayscale: #A9A9A9. Windows color (decimal): -12526657 or 12573504. OLE color: 12573504.
HSL color Cylindrical-coordinate representation of color #40DBBF: hue angle of 169.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 #40DBBF is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 191 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.14 |
| HSL | 169.16º | 0.68% | 0.55% | - |
| HSV(B) | 169.16º | 0.71% | 0.86% | - |
| XYZ | 36.85 | 55.51 | 58.06 | - |
| YUV | 169.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 191 | 0.71 | 0 | 0.13 | 0.14 | 169.16 | 0.68 | 0.55 |
| Hex | 40 | DB | BF | 47 | 0 | D | E | A9 | 44 | 37 |
| Octal | 100 | 333 | 277 | 107 | 0 | 15 | 16 | 251 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10111111 | 1000111 | 0 | 1101 | 1110 | 10101001 | 1000100 | 110111 |
Color Harmonies of #40DBBF
Complementary color
Monochromatic Colors of #40DBBF
Black with #40DBBF
Text Example
Text Example
White with #40DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBBF; }
p { color: rgb(64,219,191); }
H1.HeaderClassName
{
color: #40DBBF;
}
.AnyTagClassName
{
color: #40DBBF;
}
</style>
background-color css
<style>
a { background-color: #40DBBF; }
a { background-color: rgb(64,219,191); }
div.DivClassName
{
background-color: #40DBBF;
}
.BgClassName
{
background-color: #40DBBF;
}
</style>
border-color css
<style>
span { border-color: #40DBBF; }
span { border-color: rgb(64,219,191); }
td.TdClassName
{
border-color: #40DBBF;
}
.TagClassName
{
border-color: #40DBBF;
}
</style>