Shades of Turquoise #40EDEC
Tints of Turquoise #40EDEC
RGB
CMYK
RGB Variations
Color information
#40EDEC (or 0x40EDEC) is known color: Turquoise. HEX triplet: 40, ED and EC. RGB value is (64,237,236). Sum of RGB (Red+Green+Blue) = 64+237+236=537 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.92% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #40EDEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EDEC is #BF1213. Grayscale: #B8B8B8. Windows color (decimal): -12522004 or 15527232. OLE color: 15527232.
HSL color Cylindrical-coordinate representation of color #40EDEC: hue angle of 179.65º degrees, saturation: 0.83, 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 #40EDEC is Cyan = 0.73, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 236 | - |
| CMYK | 0.73 | 0 | 0.00 | 0.07 |
| HSL | 179.65º | 0.83% | 0.59% | - |
| HSV(B) | 179.65º | 0.73% | 0.93% | - |
| XYZ | 47.54 | 67.71 | 89.92 | - |
| YUV | 185.16 | 156.69 | 41.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 236 | 0.73 | 0 | 0.00 | 0.07 | 179.65 | 0.83 | 0.59 |
| Hex | 40 | ED | EC | 49 | 0 | 0 | 7 | B4 | 53 | 3B |
| Octal | 100 | 355 | 354 | 111 | 0 | 0 | 7 | 264 | 123 | 73 |
| Binary | 1000000 | 11101101 | 11101100 | 1001001 | 0 | 0 | 111 | 10110100 | 1010011 | 111011 |
Color Harmonies of #40EDEC
Complementary color
Monochromatic Colors of #40EDEC
Black with #40EDEC
Text Example
Text Example
White with #40EDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EDEC; }
p { color: rgb(64,237,236); }
H1.HeaderClassName
{
color: #40EDEC;
}
.AnyTagClassName
{
color: #40EDEC;
}
</style>
background-color css
<style>
a { background-color: #40EDEC; }
a { background-color: rgb(64,237,236); }
div.DivClassName
{
background-color: #40EDEC;
}
.BgClassName
{
background-color: #40EDEC;
}
</style>
border-color css
<style>
span { border-color: #40EDEC; }
span { border-color: rgb(64,237,236); }
td.TdClassName
{
border-color: #40EDEC;
}
.TagClassName
{
border-color: #40EDEC;
}
</style>