Shades of Turquoise #40FDAC
Tints of Turquoise #40FDAC
RGB
CMYK
RGB Variations
Color information
#40FDAC (or 0x40FDAC) is known color: Turquoise. HEX triplet: 40, FD and AC. RGB value is (64,253,172). Sum of RGB (Red+Green+Blue) = 64+253+172=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 253 (99.22% from 255 or 51.74% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 253 - color contains mainly: green. Hex color #40FDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FDAC is #BF0253. Grayscale: #BBBBBB. Windows color (decimal): -12517972 or 11337024. OLE color: 11337024.
HSL color Cylindrical-coordinate representation of color #40FDAC: hue angle of 154.29º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FDAC is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 253 | 172 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.01 |
| HSL | 154.29º | 0.98% | 0.62% | - |
| HSV(B) | 154.29º | 0.75% | 0.99% | - |
| XYZ | 44.69 | 74.32 | 51.02 | - |
| YUV | 187.26 | 119.38 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 253 | 172 | 0.75 | 0 | 0.32 | 0.01 | 154.29 | 0.98 | 0.62 |
| Hex | 40 | FD | AC | 4B | 0 | 20 | 1 | 9A | 62 | 3E |
| Octal | 100 | 375 | 254 | 113 | 0 | 40 | 1 | 232 | 142 | 76 |
| Binary | 1000000 | 11111101 | 10101100 | 1001011 | 0 | 100000 | 1 | 10011010 | 1100010 | 111110 |
Color Harmonies of #40FDAC
Complementary color
Monochromatic Colors of #40FDAC
Black with #40FDAC
Text Example
Text Example
White with #40FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FDAC; }
p { color: rgb(64,253,172); }
H1.HeaderClassName
{
color: #40FDAC;
}
.AnyTagClassName
{
color: #40FDAC;
}
</style>
background-color css
<style>
a { background-color: #40FDAC; }
a { background-color: rgb(64,253,172); }
div.DivClassName
{
background-color: #40FDAC;
}
.BgClassName
{
background-color: #40FDAC;
}
</style>
border-color css
<style>
span { border-color: #40FDAC; }
span { border-color: rgb(64,253,172); }
td.TdClassName
{
border-color: #40FDAC;
}
.TagClassName
{
border-color: #40FDAC;
}
</style>