Shades of Turquoise #40E2D7
Tints of Turquoise #40E2D7
RGB
CMYK
RGB Variations
Color information
#40E2D7 (or 0x40E2D7) is known color: Turquoise. HEX triplet: 40, E2 and D7. RGB value is (64,226,215). Sum of RGB (Red+Green+Blue) = 64+226+215=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 215 (84.38% from 255 or 42.57% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E2D7 is #BF1D28. Grayscale: #B0B0B0. Windows color (decimal): -12524841 or 14148160. OLE color: 14148160.
HSL color Cylindrical-coordinate representation of color #40E2D7: hue angle of 175.93º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40E2D7 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 215 | - |
| CMYK | 0.72 | 0 | 0.05 | 0.11 |
| HSL | 175.93º | 0.74% | 0.57% | - |
| HSV(B) | 175.93º | 0.72% | 0.89% | - |
| XYZ | 41.58 | 60.39 | 73.75 | - |
| YUV | 176.31 | 149.83 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 215 | 0.72 | 0 | 0.05 | 0.11 | 175.93 | 0.74 | 0.57 |
| Hex | 40 | E2 | D7 | 48 | 0 | 5 | B | B0 | 4A | 39 |
| Octal | 100 | 342 | 327 | 110 | 0 | 5 | 13 | 260 | 112 | 71 |
| Binary | 1000000 | 11100010 | 11010111 | 1001000 | 0 | 101 | 1011 | 10110000 | 1001010 | 111001 |
Color Harmonies of #40E2D7
Complementary color
Monochromatic Colors of #40E2D7
Black with #40E2D7
Text Example
Text Example
White with #40E2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E2D7; }
p { color: rgb(64,226,215); }
H1.HeaderClassName
{
color: #40E2D7;
}
.AnyTagClassName
{
color: #40E2D7;
}
</style>
background-color css
<style>
a { background-color: #40E2D7; }
a { background-color: rgb(64,226,215); }
div.DivClassName
{
background-color: #40E2D7;
}
.BgClassName
{
background-color: #40E2D7;
}
</style>
border-color css
<style>
span { border-color: #40E2D7; }
span { border-color: rgb(64,226,215); }
td.TdClassName
{
border-color: #40E2D7;
}
.TagClassName
{
border-color: #40E2D7;
}
</style>