Shades of Turquoise #40D8DE
Tints of Turquoise #40D8DE
RGB
CMYK
RGB Variations
Color information
#40D8DE (or 0x40D8DE) is known color: Turquoise. HEX triplet: 40, D8 and DE. RGB value is (64,216,222). Sum of RGB (Red+Green+Blue) = 64+216+222=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 216 (84.77% from 255 or 43.03% from 502); Blue value is 222 (87.11% from 255 or 44.22% from 502); Max value from RGB is 222 - color contains mainly: blue. Hex color #40D8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D8DE is #BF2721. Grayscale: #ABABAB. Windows color (decimal): -12527394 or 14604352. OLE color: 14604352.
HSL color Cylindrical-coordinate representation of color #40D8DE: hue angle of 182.28º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D8DE is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 216 | 222 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.13 |
| HSL | 182.28º | 0.71% | 0.56% | - |
| HSV(B) | 182.28º | 0.71% | 0.87% | - |
| XYZ | 39.86 | 55.48 | 77.71 | - |
| YUV | 171.24 | 156.64 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 216 | 222 | 0.71 | 0.03 | 0 | 0.13 | 182.28 | 0.71 | 0.56 |
| Hex | 40 | D8 | DE | 47 | 3 | 0 | D | B6 | 47 | 38 |
| Octal | 100 | 330 | 336 | 107 | 3 | 0 | 15 | 266 | 107 | 70 |
| Binary | 1000000 | 11011000 | 11011110 | 1000111 | 11 | 0 | 1101 | 10110110 | 1000111 | 111000 |
Color Harmonies of #40D8DE
Complementary color
Monochromatic Colors of #40D8DE
Black with #40D8DE
Text Example
Text Example
White with #40D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D8DE; }
p { color: rgb(64,216,222); }
H1.HeaderClassName
{
color: #40D8DE;
}
.AnyTagClassName
{
color: #40D8DE;
}
</style>
background-color css
<style>
a { background-color: #40D8DE; }
a { background-color: rgb(64,216,222); }
div.DivClassName
{
background-color: #40D8DE;
}
.BgClassName
{
background-color: #40D8DE;
}
</style>
border-color css
<style>
span { border-color: #40D8DE; }
span { border-color: rgb(64,216,222); }
td.TdClassName
{
border-color: #40D8DE;
}
.TagClassName
{
border-color: #40D8DE;
}
</style>