Shades of Turquoise #40DBB4
Tints of Turquoise #40DBB4
RGB
CMYK
RGB Variations
Color information
#40DBB4 (or 0x40DBB4) is known color: Turquoise. HEX triplet: 40, DB and B4. RGB value is (64,219,180). Sum of RGB (Red+Green+Blue) = 64+219+180=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBB4 is #BF244B. Grayscale: #A8A8A8. Windows color (decimal): -12526668 or 11852608. OLE color: 11852608.
HSL color Cylindrical-coordinate representation of color #40DBB4: hue angle of 164.9º 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 #40DBB4 is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 180 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.14 |
| HSL | 164.9º | 0.68% | 0.55% | - |
| HSV(B) | 164.9º | 0.71% | 0.86% | - |
| XYZ | 35.68 | 55.05 | 51.92 | - |
| YUV | 168.21 | 134.65 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 180 | 0.71 | 0 | 0.18 | 0.14 | 164.9 | 0.68 | 0.55 |
| Hex | 40 | DB | B4 | 47 | 0 | 12 | E | A5 | 44 | 37 |
| Octal | 100 | 333 | 264 | 107 | 0 | 22 | 16 | 245 | 104 | 67 |
| Binary | 1000000 | 11011011 | 10110100 | 1000111 | 0 | 10010 | 1110 | 10100101 | 1000100 | 110111 |
Color Harmonies of #40DBB4
Complementary color
Monochromatic Colors of #40DBB4
Black with #40DBB4
Text Example
Text Example
White with #40DBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBB4; }
p { color: rgb(64,219,180); }
H1.HeaderClassName
{
color: #40DBB4;
}
.AnyTagClassName
{
color: #40DBB4;
}
</style>
background-color css
<style>
a { background-color: #40DBB4; }
a { background-color: rgb(64,219,180); }
div.DivClassName
{
background-color: #40DBB4;
}
.BgClassName
{
background-color: #40DBB4;
}
</style>
border-color css
<style>
span { border-color: #40DBB4; }
span { border-color: rgb(64,219,180); }
td.TdClassName
{
border-color: #40DBB4;
}
.TagClassName
{
border-color: #40DBB4;
}
</style>