Shades of Turquoise #40ECE5
Tints of Turquoise #40ECE5
RGB
CMYK
RGB Variations
Color information
#40ECE5 (or 0x40ECE5) is known color: Turquoise. HEX triplet: 40, EC and E5. RGB value is (64,236,229). Sum of RGB (Red+Green+Blue) = 64+236+229=529 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.10% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECE5 is #BF131A. Grayscale: #B7B7B7. Windows color (decimal): -12522267 or 15068224. OLE color: 15068224.
HSL color Cylindrical-coordinate representation of color #40ECE5: hue angle of 177.56º 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 #40ECE5 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 229 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.07 |
| HSL | 177.56º | 0.82% | 0.59% | - |
| HSV(B) | 177.56º | 0.73% | 0.93% | - |
| XYZ | 46.25 | 66.74 | 84.57 | - |
| YUV | 183.77 | 153.52 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 229 | 0.73 | 0 | 0.03 | 0.07 | 177.56 | 0.82 | 0.59 |
| Hex | 40 | EC | E5 | 49 | 0 | 3 | 7 | B2 | 52 | 3B |
| Octal | 100 | 354 | 345 | 111 | 0 | 3 | 7 | 262 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11100101 | 1001001 | 0 | 11 | 111 | 10110010 | 1010010 | 111011 |
Color Harmonies of #40ECE5
Complementary color
Monochromatic Colors of #40ECE5
Black with #40ECE5
Text Example
Text Example
White with #40ECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECE5; }
p { color: rgb(64,236,229); }
H1.HeaderClassName
{
color: #40ECE5;
}
.AnyTagClassName
{
color: #40ECE5;
}
</style>
background-color css
<style>
a { background-color: #40ECE5; }
a { background-color: rgb(64,236,229); }
div.DivClassName
{
background-color: #40ECE5;
}
.BgClassName
{
background-color: #40ECE5;
}
</style>
border-color css
<style>
span { border-color: #40ECE5; }
span { border-color: rgb(64,236,229); }
td.TdClassName
{
border-color: #40ECE5;
}
.TagClassName
{
border-color: #40ECE5;
}
</style>