Shades of Turquoise #40FFAC
Tints of Turquoise #40FFAC
RGB
CMYK
RGB Variations
Color information
#40FFAC (or 0x40FFAC) is known color: Turquoise. HEX triplet: 40, FF and AC. RGB value is (64,255,172). Sum of RGB (Red+Green+Blue) = 64+255+172=491 (65% of max value = 765). Red value is 64 (25.39% from 255 or 13.03% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FFAC is #BF0053. Grayscale: #BCBCBC. Windows color (decimal): -12517460 or 11337536. OLE color: 11337536.
HSL color Cylindrical-coordinate representation of color #40FFAC: hue angle of 153.93º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FFAC is Cyan = 0.75, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 172 | - |
| CMYK | 0.75 | 0 | 0.33 | 0 |
| HSL | 153.93º | 1% | 0.63% | - |
| HSV(B) | 153.93º | 0.75% | 1% | - |
| XYZ | 45.32 | 75.59 | 51.23 | - |
| YUV | 188.43 | 118.72 | 39.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 172 | 0.75 | 0 | 0.33 | 0 | 153.93 | 1 | 0.63 |
| Hex | 40 | FF | AC | 4B | 0 | 21 | 0 | 9A | 64 | 3F |
| Octal | 100 | 377 | 254 | 113 | 0 | 41 | 0 | 232 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10101100 | 1001011 | 0 | 100001 | 0 | 10011010 | 1100100 | 111111 |
Color Harmonies of #40FFAC
Complementary color
Monochromatic Colors of #40FFAC
Black with #40FFAC
Text Example
Text Example
White with #40FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFAC; }
p { color: rgb(64,255,172); }
H1.HeaderClassName
{
color: #40FFAC;
}
.AnyTagClassName
{
color: #40FFAC;
}
</style>
background-color css
<style>
a { background-color: #40FFAC; }
a { background-color: rgb(64,255,172); }
div.DivClassName
{
background-color: #40FFAC;
}
.BgClassName
{
background-color: #40FFAC;
}
</style>
border-color css
<style>
span { border-color: #40FFAC; }
span { border-color: rgb(64,255,172); }
td.TdClassName
{
border-color: #40FFAC;
}
.TagClassName
{
border-color: #40FFAC;
}
</style>