Shades of Turquoise #40F9EC
Tints of Turquoise #40F9EC
RGB
CMYK
RGB Variations
Color information
#40F9EC (or 0x40F9EC) is known color: Turquoise. HEX triplet: 40, F9 and EC. RGB value is (64,249,236). Sum of RGB (Red+Green+Blue) = 64+249+236=549 (72% of max value = 765). Red value is 64 (25.39% from 255 or 11.66% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #40F9EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40F9EC is #BF0613. Grayscale: #C0C0C0. Windows color (decimal): -12518932 or 15530304. OLE color: 15530304.
HSL color Cylindrical-coordinate representation of color #40F9EC: hue angle of 175.78º 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 #40F9EC is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 236 | - |
| CMYK | 0.74 | 0 | 0.05 | 0.02 |
| HSL | 175.78º | 0.94% | 0.61% | - |
| HSV(B) | 175.78º | 0.74% | 0.98% | - |
| XYZ | 51.13 | 74.9 | 91.12 | - |
| YUV | 192.2 | 152.71 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 236 | 0.74 | 0 | 0.05 | 0.02 | 175.78 | 0.94 | 0.61 |
| Hex | 40 | F9 | EC | 4A | 0 | 5 | 2 | B0 | 5E | 3D |
| Octal | 100 | 371 | 354 | 112 | 0 | 5 | 2 | 260 | 136 | 75 |
| Binary | 1000000 | 11111001 | 11101100 | 1001010 | 0 | 101 | 10 | 10110000 | 1011110 | 111101 |
Color Harmonies of #40F9EC
Complementary color
Monochromatic Colors of #40F9EC
Black with #40F9EC
Text Example
Text Example
White with #40F9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F9EC; }
p { color: rgb(64,249,236); }
H1.HeaderClassName
{
color: #40F9EC;
}
.AnyTagClassName
{
color: #40F9EC;
}
</style>
background-color css
<style>
a { background-color: #40F9EC; }
a { background-color: rgb(64,249,236); }
div.DivClassName
{
background-color: #40F9EC;
}
.BgClassName
{
background-color: #40F9EC;
}
</style>
border-color css
<style>
span { border-color: #40F9EC; }
span { border-color: rgb(64,249,236); }
td.TdClassName
{
border-color: #40F9EC;
}
.TagClassName
{
border-color: #40F9EC;
}
</style>