Shades of Turquoise #40ECE8
Tints of Turquoise #40ECE8
RGB
CMYK
RGB Variations
Color information
#40ECE8 (or 0x40ECE8) is known color: Turquoise. HEX triplet: 40, EC and E8. RGB value is (64,236,232). Sum of RGB (Red+Green+Blue) = 64+236+232=532 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.03% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 232 (91.02% from 255 or 43.61% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECE8 is #BF1317. Grayscale: #B7B7B7. Windows color (decimal): -12522264 or 15264832. OLE color: 15264832.
HSL color Cylindrical-coordinate representation of color #40ECE8: hue angle of 178.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECE8 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 232 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.07 |
| HSL | 178.6º | 0.82% | 0.59% | - |
| HSV(B) | 178.6º | 0.73% | 0.93% | - |
| XYZ | 46.68 | 66.91 | 86.8 | - |
| YUV | 184.12 | 155.02 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 232 | 0.73 | 0 | 0.02 | 0.07 | 178.6 | 0.82 | 0.59 |
| Hex | 40 | EC | E8 | 49 | 0 | 2 | 7 | B3 | 52 | 3B |
| Octal | 100 | 354 | 350 | 111 | 0 | 2 | 7 | 263 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11101000 | 1001001 | 0 | 10 | 111 | 10110011 | 1010010 | 111011 |
Color Harmonies of #40ECE8
Complementary color
Monochromatic Colors of #40ECE8
Black with #40ECE8
Text Example
Text Example
White with #40ECE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECE8; }
p { color: rgb(64,236,232); }
H1.HeaderClassName
{
color: #40ECE8;
}
.AnyTagClassName
{
color: #40ECE8;
}
</style>
background-color css
<style>
a { background-color: #40ECE8; }
a { background-color: rgb(64,236,232); }
div.DivClassName
{
background-color: #40ECE8;
}
.BgClassName
{
background-color: #40ECE8;
}
</style>
border-color css
<style>
span { border-color: #40ECE8; }
span { border-color: rgb(64,236,232); }
td.TdClassName
{
border-color: #40ECE8;
}
.TagClassName
{
border-color: #40ECE8;
}
</style>