Shades of Turquoise #40E1D8
Tints of Turquoise #40E1D8
RGB
CMYK
RGB Variations
Color information
#40E1D8 (or 0x40E1D8) is known color: Turquoise. HEX triplet: 40, E1 and D8. RGB value is (64,225,216). Sum of RGB (Red+Green+Blue) = 64+225+216=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E1D8 is #BF1E27. Grayscale: #AFAFAF. Windows color (decimal): -12525096 or 14213440. OLE color: 14213440.
HSL color Cylindrical-coordinate representation of color #40E1D8: hue angle of 176.65º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E1D8 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 216 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.12 |
| HSL | 176.65º | 0.73% | 0.57% | - |
| HSV(B) | 176.65º | 0.72% | 0.88% | - |
| XYZ | 41.43 | 59.9 | 74.34 | - |
| YUV | 175.84 | 150.66 | 48.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 216 | 0.72 | 0 | 0.04 | 0.12 | 176.65 | 0.73 | 0.57 |
| Hex | 40 | E1 | D8 | 48 | 0 | 4 | C | B1 | 49 | 39 |
| Octal | 100 | 341 | 330 | 110 | 0 | 4 | 14 | 261 | 111 | 71 |
| Binary | 1000000 | 11100001 | 11011000 | 1001000 | 0 | 100 | 1100 | 10110001 | 1001001 | 111001 |
Color Harmonies of #40E1D8
Complementary color
Monochromatic Colors of #40E1D8
Black with #40E1D8
Text Example
Text Example
White with #40E1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E1D8; }
p { color: rgb(64,225,216); }
H1.HeaderClassName
{
color: #40E1D8;
}
.AnyTagClassName
{
color: #40E1D8;
}
</style>
background-color css
<style>
a { background-color: #40E1D8; }
a { background-color: rgb(64,225,216); }
div.DivClassName
{
background-color: #40E1D8;
}
.BgClassName
{
background-color: #40E1D8;
}
</style>
border-color css
<style>
span { border-color: #40E1D8; }
span { border-color: rgb(64,225,216); }
td.TdClassName
{
border-color: #40E1D8;
}
.TagClassName
{
border-color: #40E1D8;
}
</style>