Shades of Turquoise #40FFDB
Tints of Turquoise #40FFDB
RGB
CMYK
RGB Variations
Color information
#40FFDB (or 0x40FFDB) is known color: Turquoise. HEX triplet: 40, FF and DB. RGB value is (64,255,219). Sum of RGB (Red+Green+Blue) = 64+255+219=538 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.90% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFDB is #BF0024. Grayscale: #C1C1C1. Windows color (decimal): -12517413 or 14417728. OLE color: 14417728.
HSL color Cylindrical-coordinate representation of color #40FFDB: hue angle of 168.69º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFDB is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 219 | - |
| CMYK | 0.75 | 0 | 0.14 | 0 |
| HSL | 168.69º | 1% | 0.63% | - |
| HSV(B) | 168.69º | 0.75% | 1% | - |
| XYZ | 50.66 | 77.72 | 79.35 | - |
| YUV | 193.79 | 142.22 | 35.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 219 | 0.75 | 0 | 0.14 | 0 | 168.69 | 1 | 0.63 |
| Hex | 40 | FF | DB | 4B | 0 | E | 0 | A9 | 64 | 3F |
| Octal | 100 | 377 | 333 | 113 | 0 | 16 | 0 | 251 | 144 | 77 |
| Binary | 1000000 | 11111111 | 11011011 | 1001011 | 0 | 1110 | 0 | 10101001 | 1100100 | 111111 |
Color Harmonies of #40FFDB
Complementary color
Monochromatic Colors of #40FFDB
Black with #40FFDB
Text Example
Text Example
White with #40FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFDB; }
p { color: rgb(64,255,219); }
H1.HeaderClassName
{
color: #40FFDB;
}
.AnyTagClassName
{
color: #40FFDB;
}
</style>
background-color css
<style>
a { background-color: #40FFDB; }
a { background-color: rgb(64,255,219); }
div.DivClassName
{
background-color: #40FFDB;
}
.BgClassName
{
background-color: #40FFDB;
}
</style>
border-color css
<style>
span { border-color: #40FFDB; }
span { border-color: rgb(64,255,219); }
td.TdClassName
{
border-color: #40FFDB;
}
.TagClassName
{
border-color: #40FFDB;
}
</style>