Shades of Turquoise #40ECEF
Tints of Turquoise #40ECEF
RGB
CMYK
RGB Variations
Color information
#40ECEF (or 0x40ECEF) is known color: Turquoise. HEX triplet: 40, EC and EF. RGB value is (64,236,239). Sum of RGB (Red+Green+Blue) = 64+236+239=539 (71% of max value = 765). Red value is 64 (25.39% from 255 or 11.87% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #40ECEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECEF is #BF1310. Grayscale: #B8B8B8. Windows color (decimal): -12522257 or 15723584. OLE color: 15723584.
HSL color Cylindrical-coordinate representation of color #40ECEF: hue angle of 181.03º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ECEF is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 236 | 239 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.06 |
| HSL | 181.03º | 0.85% | 0.59% | - |
| HSV(B) | 181.03º | 0.73% | 0.94% | - |
| XYZ | 47.69 | 67.31 | 92.14 | - |
| YUV | 184.91 | 158.52 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 239 | 0.73 | 0.01 | 0 | 0.06 | 181.03 | 0.85 | 0.59 |
| Hex | 40 | EC | EF | 49 | 1 | 0 | 6 | B5 | 55 | 3B |
| Octal | 100 | 354 | 357 | 111 | 1 | 0 | 6 | 265 | 125 | 73 |
| Binary | 1000000 | 11101100 | 11101111 | 1001001 | 1 | 0 | 110 | 10110101 | 1010101 | 111011 |
Color Harmonies of #40ECEF
Complementary color
Monochromatic Colors of #40ECEF
Black with #40ECEF
Text Example
Text Example
White with #40ECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECEF; }
p { color: rgb(64,236,239); }
H1.HeaderClassName
{
color: #40ECEF;
}
.AnyTagClassName
{
color: #40ECEF;
}
</style>
background-color css
<style>
a { background-color: #40ECEF; }
a { background-color: rgb(64,236,239); }
div.DivClassName
{
background-color: #40ECEF;
}
.BgClassName
{
background-color: #40ECEF;
}
</style>
border-color css
<style>
span { border-color: #40ECEF; }
span { border-color: rgb(64,236,239); }
td.TdClassName
{
border-color: #40ECEF;
}
.TagClassName
{
border-color: #40ECEF;
}
</style>