Shades of Turquoise #40EAE9
Tints of Turquoise #40EAE9
RGB
CMYK
RGB Variations
Color information
#40EAE9 (or 0x40EAE9) is known color: Turquoise. HEX triplet: 40, EA and E9. RGB value is (64,234,233). Sum of RGB (Red+Green+Blue) = 64+234+233=531 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.05% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #40EAE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EAE9 is #BF1516. Grayscale: #B6B6B6. Windows color (decimal): -12522775 or 15329856. OLE color: 15329856.
HSL color Cylindrical-coordinate representation of color #40EAE9: hue angle of 179.65º 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 #40EAE9 is Cyan = 0.73, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 64 | 234 | 233 | - |
| CMYK | 0.73 | 0 | 0.00 | 0.08 |
| HSL | 179.65º | 0.8% | 0.58% | - |
| HSV(B) | 179.65º | 0.73% | 0.92% | - |
| XYZ | 46.25 | 65.82 | 87.36 | - |
| YUV | 183.06 | 156.18 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 234 | 233 | 0.73 | 0 | 0.00 | 0.08 | 179.65 | 0.8 | 0.58 |
| Hex | 40 | EA | E9 | 49 | 0 | 0 | 8 | B4 | 50 | 3A |
| Octal | 100 | 352 | 351 | 111 | 0 | 0 | 10 | 264 | 120 | 72 |
| Binary | 1000000 | 11101010 | 11101001 | 1001001 | 0 | 0 | 1000 | 10110100 | 1010000 | 111010 |
Color Harmonies of #40EAE9
Complementary color
Monochromatic Colors of #40EAE9
Black with #40EAE9
Text Example
Text Example
White with #40EAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EAE9; }
p { color: rgb(64,234,233); }
H1.HeaderClassName
{
color: #40EAE9;
}
.AnyTagClassName
{
color: #40EAE9;
}
</style>
background-color css
<style>
a { background-color: #40EAE9; }
a { background-color: rgb(64,234,233); }
div.DivClassName
{
background-color: #40EAE9;
}
.BgClassName
{
background-color: #40EAE9;
}
</style>
border-color css
<style>
span { border-color: #40EAE9; }
span { border-color: rgb(64,234,233); }
td.TdClassName
{
border-color: #40EAE9;
}
.TagClassName
{
border-color: #40EAE9;
}
</style>