Shades of Turquoise #40ECF9
Tints of Turquoise #40ECF9
RGB
CMYK
RGB Variations
Color information
#40ECF9 (or 0x40ECF9) is known color: Turquoise. HEX triplet: 40, EC and F9. RGB value is (64,236,249). Sum of RGB (Red+Green+Blue) = 64+236+249=549 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.66% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #40ECF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40ECF9 is #BF1306. Grayscale: #B9B9B9. Windows color (decimal): -12522247 or 16378944. OLE color: 16378944.
HSL color Cylindrical-coordinate representation of color #40ECF9: hue angle of 184.22º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40ECF9 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 236 | 249 | - |
| CMYK | 0.74 | 0.05 | 0 | 0.02 |
| HSL | 184.22º | 0.94% | 0.61% | - |
| HSV(B) | 184.22º | 0.74% | 0.98% | - |
| XYZ | 49.21 | 67.92 | 100.14 | - |
| YUV | 186.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 236 | 249 | 0.74 | 0.05 | 0 | 0.02 | 184.22 | 0.94 | 0.61 |
| Hex | 40 | EC | F9 | 4A | 5 | 0 | 2 | B8 | 5E | 3D |
| Octal | 100 | 354 | 371 | 112 | 5 | 0 | 2 | 270 | 136 | 75 |
| Binary | 1000000 | 11101100 | 11111001 | 1001010 | 101 | 0 | 10 | 10111000 | 1011110 | 111101 |
Color Harmonies of #40ECF9
Complementary color
Monochromatic Colors of #40ECF9
Black with #40ECF9
Text Example
Text Example
White with #40ECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ECF9; }
p { color: rgb(64,236,249); }
H1.HeaderClassName
{
color: #40ECF9;
}
.AnyTagClassName
{
color: #40ECF9;
}
</style>
background-color css
<style>
a { background-color: #40ECF9; }
a { background-color: rgb(64,236,249); }
div.DivClassName
{
background-color: #40ECF9;
}
.BgClassName
{
background-color: #40ECF9;
}
</style>
border-color css
<style>
span { border-color: #40ECF9; }
span { border-color: rgb(64,236,249); }
td.TdClassName
{
border-color: #40ECF9;
}
.TagClassName
{
border-color: #40ECF9;
}
</style>