Shades of Turquoise #40DBDB
Tints of Turquoise #40DBDB
RGB
CMYK
RGB Variations
Color information
#40DBDB (or 0x40DBDB) is known color: Turquoise. HEX triplet: 40, DB and DB. RGB value is (64,219,219). Sum of RGB (Red+Green+Blue) = 64+219+219=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #40DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBDB is #BF2424. Grayscale: #ACACAC. Windows color (decimal): -12526629 or 14408512. OLE color: 14408512.
HSL color Cylindrical-coordinate representation of color #40DBDB: hue angle of 180º 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 #40DBDB is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 219 | - |
| CMYK | 0.71 | 0 | 0 | 0.14 |
| HSL | 180º | 0.68% | 0.55% | - |
| HSV(B) | 180º | 0.71% | 0.86% | - |
| XYZ | 40.23 | 56.87 | 75.87 | - |
| YUV | 172.66 | 154.15 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 219 | 0.71 | 0 | 0 | 0.14 | 180 | 0.68 | 0.55 |
| Hex | 40 | DB | DB | 47 | 0 | 0 | E | B4 | 44 | 37 |
| Octal | 100 | 333 | 333 | 107 | 0 | 0 | 16 | 264 | 104 | 67 |
| Binary | 1000000 | 11011011 | 11011011 | 1000111 | 0 | 0 | 1110 | 10110100 | 1000100 | 110111 |
Color Harmonies of #40DBDB
Complementary color
Monochromatic Colors of #40DBDB
Black with #40DBDB
Text Example
Text Example
White with #40DBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBDB; }
p { color: rgb(64,219,219); }
H1.HeaderClassName
{
color: #40DBDB;
}
.AnyTagClassName
{
color: #40DBDB;
}
</style>
background-color css
<style>
a { background-color: #40DBDB; }
a { background-color: rgb(64,219,219); }
div.DivClassName
{
background-color: #40DBDB;
}
.BgClassName
{
background-color: #40DBDB;
}
</style>
border-color css
<style>
span { border-color: #40DBDB; }
span { border-color: rgb(64,219,219); }
td.TdClassName
{
border-color: #40DBDB;
}
.TagClassName
{
border-color: #40DBDB;
}
</style>