Shades of Turquoise #40E7D9
Tints of Turquoise #40E7D9
RGB
CMYK
RGB Variations
Color information
#40E7D9 (or 0x40E7D9) is known color: Turquoise. HEX triplet: 40, E7 and D9. RGB value is (64,231,217). Sum of RGB (Red+Green+Blue) = 64+231+217=512 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.5% from 512); Green value is 231 (90.62% from 255 or 45.12% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7D9 is #BF1826. Grayscale: #B3B3B3. Windows color (decimal): -12523559 or 14280512. OLE color: 14280512.
HSL color Cylindrical-coordinate representation of color #40E7D9: hue angle of 174.97º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E7D9 is Cyan = 0.72, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 217 | - |
| CMYK | 0.72 | 0 | 0.06 | 0.09 |
| HSL | 174.97º | 0.78% | 0.58% | - |
| HSV(B) | 174.97º | 0.72% | 0.91% | - |
| XYZ | 43.21 | 63.25 | 75.58 | - |
| YUV | 179.47 | 149.17 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 217 | 0.72 | 0 | 0.06 | 0.09 | 174.97 | 0.78 | 0.58 |
| Hex | 40 | E7 | D9 | 48 | 0 | 6 | 9 | AF | 4E | 3A |
| Octal | 100 | 347 | 331 | 110 | 0 | 6 | 11 | 257 | 116 | 72 |
| Binary | 1000000 | 11100111 | 11011001 | 1001000 | 0 | 110 | 1001 | 10101111 | 1001110 | 111010 |
Color Harmonies of #40E7D9
Complementary color
Monochromatic Colors of #40E7D9
Black with #40E7D9
Text Example
Text Example
White with #40E7D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E7D9; }
p { color: rgb(64,231,217); }
H1.HeaderClassName
{
color: #40E7D9;
}
.AnyTagClassName
{
color: #40E7D9;
}
</style>
background-color css
<style>
a { background-color: #40E7D9; }
a { background-color: rgb(64,231,217); }
div.DivClassName
{
background-color: #40E7D9;
}
.BgClassName
{
background-color: #40E7D9;
}
</style>
border-color css
<style>
span { border-color: #40E7D9; }
span { border-color: rgb(64,231,217); }
td.TdClassName
{
border-color: #40E7D9;
}
.TagClassName
{
border-color: #40E7D9;
}
</style>