Shades of Turquoise #40EACD
Tints of Turquoise #40EACD
RGB
CMYK
RGB Variations
Color information
#40EACD (or 0x40EACD) is known color: Turquoise. HEX triplet: 40, EA and CD. RGB value is (64,234,205). Sum of RGB (Red+Green+Blue) = 64+234+205=503 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.72% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #40EACD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EACD is #BF1532. Grayscale: #B3B3B3. Windows color (decimal): -12522803 or 13494848. OLE color: 13494848.
HSL color Cylindrical-coordinate representation of color #40EACD: hue angle of 169.76º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EACD is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 205 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.08 |
| HSL | 169.76º | 0.8% | 0.58% | - |
| HSV(B) | 169.76º | 0.73% | 0.92% | - |
| XYZ | 42.56 | 64.34 | 67.93 | - |
| YUV | 179.86 | 142.18 | 45.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 205 | 0.73 | 0 | 0.12 | 0.08 | 169.76 | 0.8 | 0.58 |
| Hex | 40 | EA | CD | 49 | 0 | C | 8 | AA | 50 | 3A |
| Octal | 100 | 352 | 315 | 111 | 0 | 14 | 10 | 252 | 120 | 72 |
| Binary | 1000000 | 11101010 | 11001101 | 1001001 | 0 | 1100 | 1000 | 10101010 | 1010000 | 111010 |
Color Harmonies of #40EACD
Complementary color
Monochromatic Colors of #40EACD
Black with #40EACD
Text Example
Text Example
White with #40EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EACD; }
p { color: rgb(64,234,205); }
H1.HeaderClassName
{
color: #40EACD;
}
.AnyTagClassName
{
color: #40EACD;
}
</style>
background-color css
<style>
a { background-color: #40EACD; }
a { background-color: rgb(64,234,205); }
div.DivClassName
{
background-color: #40EACD;
}
.BgClassName
{
background-color: #40EACD;
}
</style>
border-color css
<style>
span { border-color: #40EACD; }
span { border-color: rgb(64,234,205); }
td.TdClassName
{
border-color: #40EACD;
}
.TagClassName
{
border-color: #40EACD;
}
</style>