Shades of Turquoise #40DBC2
Tints of Turquoise #40DBC2
RGB
CMYK
RGB Variations
Color information
#40DBC2 (or 0x40DBC2) is known color: Turquoise. HEX triplet: 40, DB and C2. RGB value is (64,219,194). Sum of RGB (Red+Green+Blue) = 64+219+194=477 (63% of max value = 765). Red value is 64 (25.39% from 255 or 13.42% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #40DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DBC2 is #BF243D. Grayscale: #A9A9A9. Windows color (decimal): -12526654 or 12770112. OLE color: 12770112.
HSL color Cylindrical-coordinate representation of color #40DBC2: hue angle of 170.32º 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 #40DBC2 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 219 | 194 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.14 |
| HSL | 170.32º | 0.68% | 0.55% | - |
| HSV(B) | 170.32º | 0.71% | 0.86% | - |
| XYZ | 37.18 | 55.65 | 59.82 | - |
| YUV | 169.81 | 141.65 | 52.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 219 | 194 | 0.71 | 0 | 0.11 | 0.14 | 170.32 | 0.68 | 0.55 |
| Hex | 40 | DB | C2 | 47 | 0 | B | E | AA | 44 | 37 |
| Octal | 100 | 333 | 302 | 107 | 0 | 13 | 16 | 252 | 104 | 67 |
| Binary | 1000000 | 11011011 | 11000010 | 1000111 | 0 | 1011 | 1110 | 10101010 | 1000100 | 110111 |
Color Harmonies of #40DBC2
Complementary color
Monochromatic Colors of #40DBC2
Black with #40DBC2
Text Example
Text Example
White with #40DBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DBC2; }
p { color: rgb(64,219,194); }
H1.HeaderClassName
{
color: #40DBC2;
}
.AnyTagClassName
{
color: #40DBC2;
}
</style>
background-color css
<style>
a { background-color: #40DBC2; }
a { background-color: rgb(64,219,194); }
div.DivClassName
{
background-color: #40DBC2;
}
.BgClassName
{
background-color: #40DBC2;
}
</style>
border-color css
<style>
span { border-color: #40DBC2; }
span { border-color: rgb(64,219,194); }
td.TdClassName
{
border-color: #40DBC2;
}
.TagClassName
{
border-color: #40DBC2;
}
</style>