Shades of Turquoise #40EADE
Tints of Turquoise #40EADE
RGB
CMYK
RGB Variations
Color information
#40EADE (or 0x40EADE) is known color: Turquoise. HEX triplet: 40, EA and DE. RGB value is (64,234,222). Sum of RGB (Red+Green+Blue) = 64+234+222=520 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.31% from 520); Green value is 234 (91.80% from 255 or 45% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 234 - color contains mainly: green. Hex color #40EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40EADE is #BF1521. Grayscale: #B5B5B5. Windows color (decimal): -12522786 or 14608960. OLE color: 14608960.
HSL color Cylindrical-coordinate representation of color #40EADE: hue angle of 175.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 #40EADE is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 222 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.08 |
| HSL | 175.76º | 0.8% | 0.58% | - |
| HSV(B) | 175.76º | 0.73% | 0.92% | - |
| XYZ | 44.72 | 65.21 | 79.34 | - |
| YUV | 181.8 | 150.68 | 43.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 222 | 0.73 | 0 | 0.05 | 0.08 | 175.76 | 0.8 | 0.58 |
| Hex | 40 | EA | DE | 49 | 0 | 5 | 8 | B0 | 50 | 3A |
| Octal | 100 | 352 | 336 | 111 | 0 | 5 | 10 | 260 | 120 | 72 |
| Binary | 1000000 | 11101010 | 11011110 | 1001001 | 0 | 101 | 1000 | 10110000 | 1010000 | 111010 |
Color Harmonies of #40EADE
Complementary color
Monochromatic Colors of #40EADE
Black with #40EADE
Text Example
Text Example
White with #40EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EADE; }
p { color: rgb(64,234,222); }
H1.HeaderClassName
{
color: #40EADE;
}
.AnyTagClassName
{
color: #40EADE;
}
</style>
background-color css
<style>
a { background-color: #40EADE; }
a { background-color: rgb(64,234,222); }
div.DivClassName
{
background-color: #40EADE;
}
.BgClassName
{
background-color: #40EADE;
}
</style>
border-color css
<style>
span { border-color: #40EADE; }
span { border-color: rgb(64,234,222); }
td.TdClassName
{
border-color: #40EADE;
}
.TagClassName
{
border-color: #40EADE;
}
</style>