Shades of Turquoise #40DDBB
Tints of Turquoise #40DDBB
RGB
CMYK
RGB Variations
Color information
#40DDBB (or 0x40DDBB) is known color: Turquoise. HEX triplet: 40, DD and BB. RGB value is (64,221,187). Sum of RGB (Red+Green+Blue) = 64+221+187=472 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.56% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDBB is #BF2244. Grayscale: #AAAAAA. Windows color (decimal): -12526149 or 12311872. OLE color: 12311872.
HSL color Cylindrical-coordinate representation of color #40DDBB: hue angle of 167.01º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DDBB is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 187 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.13 |
| HSL | 167.01º | 0.7% | 0.56% | - |
| HSV(B) | 167.01º | 0.71% | 0.87% | - |
| XYZ | 36.94 | 56.39 | 55.95 | - |
| YUV | 170.18 | 137.49 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 187 | 0.71 | 0 | 0.15 | 0.13 | 167.01 | 0.7 | 0.56 |
| Hex | 40 | DD | BB | 47 | 0 | F | D | A7 | 46 | 38 |
| Octal | 100 | 335 | 273 | 107 | 0 | 17 | 15 | 247 | 106 | 70 |
| Binary | 1000000 | 11011101 | 10111011 | 1000111 | 0 | 1111 | 1101 | 10100111 | 1000110 | 111000 |
Color Harmonies of #40DDBB
Complementary color
Monochromatic Colors of #40DDBB
Black with #40DDBB
Text Example
Text Example
White with #40DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDBB; }
p { color: rgb(64,221,187); }
H1.HeaderClassName
{
color: #40DDBB;
}
.AnyTagClassName
{
color: #40DDBB;
}
</style>
background-color css
<style>
a { background-color: #40DDBB; }
a { background-color: rgb(64,221,187); }
div.DivClassName
{
background-color: #40DDBB;
}
.BgClassName
{
background-color: #40DDBB;
}
</style>
border-color css
<style>
span { border-color: #40DDBB; }
span { border-color: rgb(64,221,187); }
td.TdClassName
{
border-color: #40DDBB;
}
.TagClassName
{
border-color: #40DDBB;
}
</style>