Shades of Turquoise #40FCAC
Tints of Turquoise #40FCAC
RGB
CMYK
RGB Variations
Color information
#40FCAC (or 0x40FCAC) is known color: Turquoise. HEX triplet: 40, FC and AC. RGB value is (64,252,172). Sum of RGB (Red+Green+Blue) = 64+252+172=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #40FCAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FCAC is #BF0353. Grayscale: #BABABA. Windows color (decimal): -12518228 or 11336768. OLE color: 11336768.
HSL color Cylindrical-coordinate representation of color #40FCAC: hue angle of 154.47º degrees, saturation: 0.97, 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 #40FCAC is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 64 | 252 | 172 | - |
| CMYK | 0.75 | 0 | 0.32 | 0.01 |
| HSL | 154.47º | 0.97% | 0.62% | - |
| HSV(B) | 154.47º | 0.75% | 0.99% | - |
| XYZ | 44.37 | 73.69 | 50.91 | - |
| YUV | 186.67 | 119.72 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 252 | 172 | 0.75 | 0 | 0.32 | 0.01 | 154.47 | 0.97 | 0.62 |
| Hex | 40 | FC | AC | 4B | 0 | 20 | 1 | 9A | 61 | 3E |
| Octal | 100 | 374 | 254 | 113 | 0 | 40 | 1 | 232 | 141 | 76 |
| Binary | 1000000 | 11111100 | 10101100 | 1001011 | 0 | 100000 | 1 | 10011010 | 1100001 | 111110 |
Color Harmonies of #40FCAC
Complementary color
Monochromatic Colors of #40FCAC
Black with #40FCAC
Text Example
Text Example
White with #40FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FCAC; }
p { color: rgb(64,252,172); }
H1.HeaderClassName
{
color: #40FCAC;
}
.AnyTagClassName
{
color: #40FCAC;
}
</style>
background-color css
<style>
a { background-color: #40FCAC; }
a { background-color: rgb(64,252,172); }
div.DivClassName
{
background-color: #40FCAC;
}
.BgClassName
{
background-color: #40FCAC;
}
</style>
border-color css
<style>
span { border-color: #40FCAC; }
span { border-color: rgb(64,252,172); }
td.TdClassName
{
border-color: #40FCAC;
}
.TagClassName
{
border-color: #40FCAC;
}
</style>