Shades of Turquoise #40E7DD
Tints of Turquoise #40E7DD
RGB
CMYK
RGB Variations
Color information
#40E7DD (or 0x40E7DD) is known color: Turquoise. HEX triplet: 40, E7 and DD. RGB value is (64,231,221). Sum of RGB (Red+Green+Blue) = 64+231+221=516 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.40% from 516); Green value is 231 (90.62% from 255 or 44.77% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 231 - color contains mainly: green. Hex color #40E7DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40E7DD is #BF1822. Grayscale: #B3B3B3. Windows color (decimal): -12523555 or 14542656. OLE color: 14542656.
HSL color Cylindrical-coordinate representation of color #40E7DD: hue angle of 176.41º 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 #40E7DD is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 231 | 221 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.09 |
| HSL | 176.41º | 0.78% | 0.58% | - |
| HSV(B) | 176.41º | 0.72% | 0.91% | - |
| XYZ | 43.74 | 63.46 | 78.35 | - |
| YUV | 179.93 | 151.17 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 231 | 221 | 0.72 | 0 | 0.04 | 0.09 | 176.41 | 0.78 | 0.58 |
| Hex | 40 | E7 | DD | 48 | 0 | 4 | 9 | B0 | 4E | 3A |
| Octal | 100 | 347 | 335 | 110 | 0 | 4 | 11 | 260 | 116 | 72 |
| Binary | 1000000 | 11100111 | 11011101 | 1001000 | 0 | 100 | 1001 | 10110000 | 1001110 | 111010 |
Color Harmonies of #40E7DD
Complementary color
Monochromatic Colors of #40E7DD
Black with #40E7DD
Text Example
Text Example
White with #40E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E7DD; }
p { color: rgb(64,231,221); }
H1.HeaderClassName
{
color: #40E7DD;
}
.AnyTagClassName
{
color: #40E7DD;
}
</style>
background-color css
<style>
a { background-color: #40E7DD; }
a { background-color: rgb(64,231,221); }
div.DivClassName
{
background-color: #40E7DD;
}
.BgClassName
{
background-color: #40E7DD;
}
</style>
border-color css
<style>
span { border-color: #40E7DD; }
span { border-color: rgb(64,231,221); }
td.TdClassName
{
border-color: #40E7DD;
}
.TagClassName
{
border-color: #40E7DD;
}
</style>