Shades of Turquoise #40DADC
Tints of Turquoise #40DADC
RGB
CMYK
RGB Variations
Color information
#40DADC (or 0x40DADC) is known color: Turquoise. HEX triplet: 40, DA and DC. RGB value is (64,218,220). Sum of RGB (Red+Green+Blue) = 64+218+220=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #40DADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40DADC is #BF2523. Grayscale: #ACACAC. Windows color (decimal): -12526884 or 14473792. OLE color: 14473792.
HSL color Cylindrical-coordinate representation of color #40DADC: hue angle of 180.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40DADC is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 218 | 220 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.14 |
| HSL | 180.77º | 0.69% | 0.56% | - |
| HSV(B) | 180.77º | 0.71% | 0.86% | - |
| XYZ | 40.1 | 56.4 | 76.48 | - |
| YUV | 172.18 | 154.98 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 218 | 220 | 0.71 | 0.01 | 0 | 0.14 | 180.77 | 0.69 | 0.56 |
| Hex | 40 | DA | DC | 47 | 1 | 0 | E | B5 | 45 | 38 |
| Octal | 100 | 332 | 334 | 107 | 1 | 0 | 16 | 265 | 105 | 70 |
| Binary | 1000000 | 11011010 | 11011100 | 1000111 | 1 | 0 | 1110 | 10110101 | 1000101 | 111000 |
Color Harmonies of #40DADC
Complementary color
Monochromatic Colors of #40DADC
Black with #40DADC
Text Example
Text Example
White with #40DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40DADC; }
p { color: rgb(64,218,220); }
H1.HeaderClassName
{
color: #40DADC;
}
.AnyTagClassName
{
color: #40DADC;
}
</style>
background-color css
<style>
a { background-color: #40DADC; }
a { background-color: rgb(64,218,220); }
div.DivClassName
{
background-color: #40DADC;
}
.BgClassName
{
background-color: #40DADC;
}
</style>
border-color css
<style>
span { border-color: #40DADC; }
span { border-color: rgb(64,218,220); }
td.TdClassName
{
border-color: #40DADC;
}
.TagClassName
{
border-color: #40DADC;
}
</style>