Shades of Turquoise #40E2CD
Tints of Turquoise #40E2CD
RGB
CMYK
RGB Variations
Color information
#40E2CD (or 0x40E2CD) is known color: Turquoise. HEX triplet: 40, E2 and CD. RGB value is (64,226,205). Sum of RGB (Red+Green+Blue) = 64+226+205=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #40E2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E2CD is #BF1D32. Grayscale: #AFAFAF. Windows color (decimal): -12524851 or 13492800. OLE color: 13492800.
HSL color Cylindrical-coordinate representation of color #40E2CD: hue angle of 172.22º 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 #40E2CD is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 64 | 226 | 205 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.11 |
| HSL | 172.22º | 0.74% | 0.57% | - |
| HSV(B) | 172.22º | 0.72% | 0.89% | - |
| XYZ | 40.33 | 59.89 | 67.19 | - |
| YUV | 175.17 | 144.83 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 226 | 205 | 0.72 | 0 | 0.09 | 0.11 | 172.22 | 0.74 | 0.57 |
| Hex | 40 | E2 | CD | 48 | 0 | 9 | B | AC | 4A | 39 |
| Octal | 100 | 342 | 315 | 110 | 0 | 11 | 13 | 254 | 112 | 71 |
| Binary | 1000000 | 11100010 | 11001101 | 1001000 | 0 | 1001 | 1011 | 10101100 | 1001010 | 111001 |
Color Harmonies of #40E2CD
Complementary color
Monochromatic Colors of #40E2CD
Black with #40E2CD
Text Example
Text Example
White with #40E2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E2CD; }
p { color: rgb(64,226,205); }
H1.HeaderClassName
{
color: #40E2CD;
}
.AnyTagClassName
{
color: #40E2CD;
}
</style>
background-color css
<style>
a { background-color: #40E2CD; }
a { background-color: rgb(64,226,205); }
div.DivClassName
{
background-color: #40E2CD;
}
.BgClassName
{
background-color: #40E2CD;
}
</style>
border-color css
<style>
span { border-color: #40E2CD; }
span { border-color: rgb(64,226,205); }
td.TdClassName
{
border-color: #40E2CD;
}
.TagClassName
{
border-color: #40E2CD;
}
</style>