Shades of Turquoise #40DBBB
Tints of Turquoise #40DBBB
RGB
CMYK
RGB Variations
Color information
#40DBBB (or 0x40DBBB) is known color: Turquoise. HEX triplet: 40, DB and BB. RGB value is (64,219,187). Sum of RGB (Red+Green+Blue) = 64+219+187=470 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.62% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBBB is #BF2444. Grayscale: #A8A8A8. Windows color (decimal): -12526661 or 12311360. OLE color: 12311360.
HSL color Cylindrical-coordinate representation of color #40DBBB: hue angle of 167.61º 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 #40DBBB is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 187 | - |
| CMYK | 0.71 | 0 | 0.15 | 0.14 |
| HSL | 167.61º | 0.68% | 0.55% | - |
| HSV(B) | 167.61º | 0.71% | 0.86% | - |
| XYZ | 36.42 | 55.34 | 55.78 | - |
| YUV | 169.01 | 138.15 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 187 | 0.71 | 0 | 0.15 | 0.14 | 167.61 | 0.68 | 0.55 |
| Hex | 40 | DB | BB | 47 | 0 | F | E | A8 | 44 | 37 |
| Octal | 100 | 333 | 273 | 107 | 0 | 17 | 16 | 250 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10111011 | 1000111 | 0 | 1111 | 1110 | 10101000 | 1000100 | 110111 |
Color Harmonies of #40DBBB
Complementary color
Monochromatic Colors of #40DBBB
Black with #40DBBB
Text Example
Text Example
White with #40DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBBB; }
p { color: rgb(64,219,187); }
H1.HeaderClassName
{
color: #40DBBB;
}
.AnyTagClassName
{
color: #40DBBB;
}
</style>
background-color css
<style>
a { background-color: #40DBBB; }
a { background-color: rgb(64,219,187); }
div.DivClassName
{
background-color: #40DBBB;
}
.BgClassName
{
background-color: #40DBBB;
}
</style>
border-color css
<style>
span { border-color: #40DBBB; }
span { border-color: rgb(64,219,187); }
td.TdClassName
{
border-color: #40DBBB;
}
.TagClassName
{
border-color: #40DBBB;
}
</style>