Shades of Turquoise #40DBC1
Tints of Turquoise #40DBC1
RGB
CMYK
RGB Variations
Color information
#40DBC1 (or 0x40DBC1) is known color: Turquoise. HEX triplet: 40, DB and C1. RGB value is (64,219,193). Sum of RGB (Red+Green+Blue) = 64+219+193=476 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.45% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBC1 is #BF243E. Grayscale: #A9A9A9. Windows color (decimal): -12526655 or 12704576. OLE color: 12704576.
HSL color Cylindrical-coordinate representation of color #40DBC1: hue angle of 169.94º 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 #40DBC1 is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 193 | - |
| CMYK | 0.71 | 0 | 0.12 | 0.14 |
| HSL | 169.94º | 0.68% | 0.55% | - |
| HSV(B) | 169.94º | 0.71% | 0.86% | - |
| XYZ | 37.07 | 55.6 | 59.23 | - |
| YUV | 169.69 | 141.15 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 193 | 0.71 | 0 | 0.12 | 0.14 | 169.94 | 0.68 | 0.55 |
| Hex | 40 | DB | C1 | 47 | 0 | C | E | AA | 44 | 37 |
| Octal | 100 | 333 | 301 | 107 | 0 | 14 | 16 | 252 | 104 | 67 |
| Binary | 1000000 | 11011011 | 11000001 | 1000111 | 0 | 1100 | 1110 | 10101010 | 1000100 | 110111 |
Color Harmonies of #40DBC1
Complementary color
Monochromatic Colors of #40DBC1
Black with #40DBC1
Text Example
Text Example
White with #40DBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBC1; }
p { color: rgb(64,219,193); }
H1.HeaderClassName
{
color: #40DBC1;
}
.AnyTagClassName
{
color: #40DBC1;
}
</style>
background-color css
<style>
a { background-color: #40DBC1; }
a { background-color: rgb(64,219,193); }
div.DivClassName
{
background-color: #40DBC1;
}
.BgClassName
{
background-color: #40DBC1;
}
</style>
border-color css
<style>
span { border-color: #40DBC1; }
span { border-color: rgb(64,219,193); }
td.TdClassName
{
border-color: #40DBC1;
}
.TagClassName
{
border-color: #40DBC1;
}
</style>