Shades of Turquoise #40ECE4
Tints of Turquoise #40ECE4
RGB
CMYK
RGB Variations
Color information
#40ECE4 (or 0x40ECE4) is known color: Turquoise. HEX triplet: 40, EC and E4. RGB value is (64,236,228). Sum of RGB (Red+Green+Blue) = 64+236+228=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 228 (89.45% from 255 or 43.18% from 528); Max value from RGB is 236 - color contains mainly: green. Hex color #40ECE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40ECE4 is #BF131B. Grayscale: #B7B7B7. Windows color (decimal): -12522268 or 15002688. OLE color: 15002688.
HSL color Cylindrical-coordinate representation of color #40ECE4: hue angle of 177.21º 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 #40ECE4 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 236 | 228 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.07 |
| HSL | 177.21º | 0.82% | 0.59% | - |
| HSV(B) | 177.21º | 0.73% | 0.93% | - |
| XYZ | 46.11 | 66.68 | 83.84 | - |
| YUV | 183.66 | 153.02 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 228 | 0.73 | 0 | 0.03 | 0.07 | 177.21 | 0.82 | 0.59 |
| Hex | 40 | EC | E4 | 49 | 0 | 3 | 7 | B1 | 52 | 3B |
| Octal | 100 | 354 | 344 | 111 | 0 | 3 | 7 | 261 | 122 | 73 |
| Binary | 1000000 | 11101100 | 11100100 | 1001001 | 0 | 11 | 111 | 10110001 | 1010010 | 111011 |
Color Harmonies of #40ECE4
Complementary color
Monochromatic Colors of #40ECE4
Black with #40ECE4
Text Example
Text Example
White with #40ECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECE4; }
p { color: rgb(64,236,228); }
H1.HeaderClassName
{
color: #40ECE4;
}
.AnyTagClassName
{
color: #40ECE4;
}
</style>
background-color css
<style>
a { background-color: #40ECE4; }
a { background-color: rgb(64,236,228); }
div.DivClassName
{
background-color: #40ECE4;
}
.BgClassName
{
background-color: #40ECE4;
}
</style>
border-color css
<style>
span { border-color: #40ECE4; }
span { border-color: rgb(64,236,228); }
td.TdClassName
{
border-color: #40ECE4;
}
.TagClassName
{
border-color: #40ECE4;
}
</style>