Shades of Turquoise #40DDBF
Tints of Turquoise #40DDBF
RGB
CMYK
RGB Variations
Color information
#40DDBF (or 0x40DDBF) is known color: Turquoise. HEX triplet: 40, DD and BF. RGB value is (64,221,191). Sum of RGB (Red+Green+Blue) = 64+221+191=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #40DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DDBF is #BF2240. Grayscale: #AAAAAA. Windows color (decimal): -12526145 or 12574016. OLE color: 12574016.
HSL color Cylindrical-coordinate representation of color #40DDBF: hue angle of 168.54º 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 #40DDBF is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 221 | 191 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.13 |
| HSL | 168.54º | 0.7% | 0.56% | - |
| HSV(B) | 168.54º | 0.71% | 0.87% | - |
| XYZ | 37.37 | 56.56 | 58.24 | - |
| YUV | 170.64 | 139.49 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 221 | 191 | 0.71 | 0 | 0.14 | 0.13 | 168.54 | 0.7 | 0.56 |
| Hex | 40 | DD | BF | 47 | 0 | E | D | A9 | 46 | 38 |
| Octal | 100 | 335 | 277 | 107 | 0 | 16 | 15 | 251 | 106 | 70 |
| Binary | 1000000 | 11011101 | 10111111 | 1000111 | 0 | 1110 | 1101 | 10101001 | 1000110 | 111000 |
Color Harmonies of #40DDBF
Complementary color
Monochromatic Colors of #40DDBF
Black with #40DDBF
Text Example
Text Example
White with #40DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DDBF; }
p { color: rgb(64,221,191); }
H1.HeaderClassName
{
color: #40DDBF;
}
.AnyTagClassName
{
color: #40DDBF;
}
</style>
background-color css
<style>
a { background-color: #40DDBF; }
a { background-color: rgb(64,221,191); }
div.DivClassName
{
background-color: #40DDBF;
}
.BgClassName
{
background-color: #40DDBF;
}
</style>
border-color css
<style>
span { border-color: #40DDBF; }
span { border-color: rgb(64,221,191); }
td.TdClassName
{
border-color: #40DDBF;
}
.TagClassName
{
border-color: #40DDBF;
}
</style>