Shades of Turquoise #40ECE0
Tints of Turquoise #40ECE0
RGB
CMYK
RGB Variations
Color information
#40ECE0 (or 0x40ECE0) is known color: Turquoise. HEX triplet: 40, EC and E0. RGB value is (64,236,224). Sum of RGB (Red+Green+Blue) = 64+236+224=524 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.21% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECE0 is #BF131F. Grayscale: #B7B7B7. Windows color (decimal): -12522272 or 14740544. OLE color: 14740544.
HSL color Cylindrical-coordinate representation of color #40ECE0: hue angle of 175.81º 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 #40ECE0 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 224 | - |
| CMYK | 0.73 | 0 | 0.05 | 0.07 |
| HSL | 175.81º | 0.82% | 0.59% | - |
| HSV(B) | 175.81º | 0.73% | 0.93% | - |
| XYZ | 45.56 | 66.46 | 80.95 | - |
| YUV | 183.2 | 151.02 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 224 | 0.73 | 0 | 0.05 | 0.07 | 175.81 | 0.82 | 0.59 |
| Hex | 40 | EC | E0 | 49 | 0 | 5 | 7 | B0 | 52 | 3B |
| Octal | 100 | 354 | 340 | 111 | 0 | 5 | 7 | 260 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11100000 | 1001001 | 0 | 101 | 111 | 10110000 | 1010010 | 111011 |
Color Harmonies of #40ECE0
Complementary color
Monochromatic Colors of #40ECE0
Black with #40ECE0
Text Example
Text Example
White with #40ECE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECE0; }
p { color: rgb(64,236,224); }
H1.HeaderClassName
{
color: #40ECE0;
}
.AnyTagClassName
{
color: #40ECE0;
}
</style>
background-color css
<style>
a { background-color: #40ECE0; }
a { background-color: rgb(64,236,224); }
div.DivClassName
{
background-color: #40ECE0;
}
.BgClassName
{
background-color: #40ECE0;
}
</style>
border-color css
<style>
span { border-color: #40ECE0; }
span { border-color: rgb(64,236,224); }
td.TdClassName
{
border-color: #40ECE0;
}
.TagClassName
{
border-color: #40ECE0;
}
</style>