Shades of Turquoise #40D7DA
Tints of Turquoise #40D7DA
RGB
CMYK
RGB Variations
Color information
#40D7DA (or 0x40D7DA) is known color: Turquoise. HEX triplet: 40, D7 and DA. RGB value is (64,215,218). Sum of RGB (Red+Green+Blue) = 64+215+218=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #40D7DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D7DA is #BF2825. Grayscale: #AAAAAA. Windows color (decimal): -12527654 or 14341952. OLE color: 14341952.
HSL color Cylindrical-coordinate representation of color #40D7DA: hue angle of 181.17º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40D7DA is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 215 | 218 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.15 |
| HSL | 181.17º | 0.68% | 0.55% | - |
| HSV(B) | 181.17º | 0.71% | 0.85% | - |
| XYZ | 39.07 | 54.75 | 74.84 | - |
| YUV | 170.19 | 154.97 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 215 | 218 | 0.71 | 0.01 | 0 | 0.15 | 181.17 | 0.68 | 0.55 |
| Hex | 40 | D7 | DA | 47 | 1 | 0 | F | B5 | 44 | 37 |
| Octal | 100 | 327 | 332 | 107 | 1 | 0 | 17 | 265 | 104 | 67 |
| Binary | 1000000 | 11010111 | 11011010 | 1000111 | 1 | 0 | 1111 | 10110101 | 1000100 | 110111 |
Color Harmonies of #40D7DA
Complementary color
Monochromatic Colors of #40D7DA
Black with #40D7DA
Text Example
Text Example
White with #40D7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D7DA; }
p { color: rgb(64,215,218); }
H1.HeaderClassName
{
color: #40D7DA;
}
.AnyTagClassName
{
color: #40D7DA;
}
</style>
background-color css
<style>
a { background-color: #40D7DA; }
a { background-color: rgb(64,215,218); }
div.DivClassName
{
background-color: #40D7DA;
}
.BgClassName
{
background-color: #40D7DA;
}
</style>
border-color css
<style>
span { border-color: #40D7DA; }
span { border-color: rgb(64,215,218); }
td.TdClassName
{
border-color: #40D7DA;
}
.TagClassName
{
border-color: #40D7DA;
}
</style>