Shades of Turquoise #40E1CD
Tints of Turquoise #40E1CD
RGB
CMYK
RGB Variations
Color information
#40E1CD (or 0x40E1CD) is known color: Turquoise. HEX triplet: 40, E1 and CD. RGB value is (64,225,205). Sum of RGB (Red+Green+Blue) = 64+225+205=494 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.96% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #40E1CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40E1CD is #BF1E32. Grayscale: #AEAEAE. Windows color (decimal): -12525107 or 13492544. OLE color: 13492544.
HSL color Cylindrical-coordinate representation of color #40E1CD: hue angle of 172.55º 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 #40E1CD is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 205 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.12 |
| HSL | 172.55º | 0.73% | 0.57% | - |
| HSV(B) | 172.55º | 0.72% | 0.88% | - |
| XYZ | 40.06 | 59.35 | 67.1 | - |
| YUV | 174.58 | 145.16 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 205 | 0.72 | 0 | 0.09 | 0.12 | 172.55 | 0.73 | 0.57 |
| Hex | 40 | E1 | CD | 48 | 0 | 9 | C | AD | 49 | 39 |
| Octal | 100 | 341 | 315 | 110 | 0 | 11 | 14 | 255 | 111 | 71 |
| Binary | 1000000 | 11100001 | 11001101 | 1001000 | 0 | 1001 | 1100 | 10101101 | 1001001 | 111001 |
Color Harmonies of #40E1CD
Complementary color
Monochromatic Colors of #40E1CD
Black with #40E1CD
Text Example
Text Example
White with #40E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E1CD; }
p { color: rgb(64,225,205); }
H1.HeaderClassName
{
color: #40E1CD;
}
.AnyTagClassName
{
color: #40E1CD;
}
</style>
background-color css
<style>
a { background-color: #40E1CD; }
a { background-color: rgb(64,225,205); }
div.DivClassName
{
background-color: #40E1CD;
}
.BgClassName
{
background-color: #40E1CD;
}
</style>
border-color css
<style>
span { border-color: #40E1CD; }
span { border-color: rgb(64,225,205); }
td.TdClassName
{
border-color: #40E1CD;
}
.TagClassName
{
border-color: #40E1CD;
}
</style>