Shades of Turquoise #40E9DB
Tints of Turquoise #40E9DB
RGB
CMYK
RGB Variations
Color information
#40E9DB (or 0x40E9DB) is known color: Turquoise. HEX triplet: 40, E9 and DB. RGB value is (64,233,219). Sum of RGB (Red+Green+Blue) = 64+233+219=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #40E9DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E9DB is #BF1624. Grayscale: #B4B4B4. Windows color (decimal): -12523045 or 14412096. OLE color: 14412096.
HSL color Cylindrical-coordinate representation of color #40E9DB: hue angle of 175.03º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40E9DB is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 219 | - |
| CMYK | 0.73 | 0 | 0.06 | 0.09 |
| HSL | 175.03º | 0.79% | 0.58% | - |
| HSV(B) | 175.03º | 0.73% | 0.91% | - |
| XYZ | 44.04 | 64.48 | 77.14 | - |
| YUV | 180.87 | 149.51 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 219 | 0.73 | 0 | 0.06 | 0.09 | 175.03 | 0.79 | 0.58 |
| Hex | 40 | E9 | DB | 49 | 0 | 6 | 9 | AF | 4F | 3A |
| Octal | 100 | 351 | 333 | 111 | 0 | 6 | 11 | 257 | 117 | 72 |
| Binary | 1000000 | 11101001 | 11011011 | 1001001 | 0 | 110 | 1001 | 10101111 | 1001111 | 111010 |
Color Harmonies of #40E9DB
Complementary color
Monochromatic Colors of #40E9DB
Black with #40E9DB
Text Example
Text Example
White with #40E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E9DB; }
p { color: rgb(64,233,219); }
H1.HeaderClassName
{
color: #40E9DB;
}
.AnyTagClassName
{
color: #40E9DB;
}
</style>
background-color css
<style>
a { background-color: #40E9DB; }
a { background-color: rgb(64,233,219); }
div.DivClassName
{
background-color: #40E9DB;
}
.BgClassName
{
background-color: #40E9DB;
}
</style>
border-color css
<style>
span { border-color: #40E9DB; }
span { border-color: rgb(64,233,219); }
td.TdClassName
{
border-color: #40E9DB;
}
.TagClassName
{
border-color: #40E9DB;
}
</style>