Shades of Turquoise #40FBAC
Tints of Turquoise #40FBAC
RGB
CMYK
RGB Variations
Color information
#40FBAC (or 0x40FBAC) is known color: Turquoise. HEX triplet: 40, FB and AC. RGB value is (64,251,172). Sum of RGB (Red+Green+Blue) = 64+251+172=487 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.14% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FBAC is #BF0453. Grayscale: #BABABA. Windows color (decimal): -12518484 or 11336512. OLE color: 11336512.
HSL color Cylindrical-coordinate representation of color #40FBAC: hue angle of 154.65º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40FBAC is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 172 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.02 |
| HSL | 154.65º | 0.96% | 0.62% | - |
| HSV(B) | 154.65º | 0.75% | 0.98% | - |
| XYZ | 44.06 | 73.06 | 50.81 | - |
| YUV | 186.08 | 120.05 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 172 | 0.75 | 0 | 0.31 | 0.02 | 154.65 | 0.96 | 0.62 |
| Hex | 40 | FB | AC | 4B | 0 | 1F | 2 | 9B | 60 | 3E |
| Octal | 100 | 373 | 254 | 113 | 0 | 37 | 2 | 233 | 140 | 76 |
| Binary | 1000000 | 11111011 | 10101100 | 1001011 | 0 | 11111 | 10 | 10011011 | 1100000 | 111110 |
Color Harmonies of #40FBAC
Complementary color
Monochromatic Colors of #40FBAC
Black with #40FBAC
Text Example
Text Example
White with #40FBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBAC; }
p { color: rgb(64,251,172); }
H1.HeaderClassName
{
color: #40FBAC;
}
.AnyTagClassName
{
color: #40FBAC;
}
</style>
background-color css
<style>
a { background-color: #40FBAC; }
a { background-color: rgb(64,251,172); }
div.DivClassName
{
background-color: #40FBAC;
}
.BgClassName
{
background-color: #40FBAC;
}
</style>
border-color css
<style>
span { border-color: #40FBAC; }
span { border-color: rgb(64,251,172); }
td.TdClassName
{
border-color: #40FBAC;
}
.TagClassName
{
border-color: #40FBAC;
}
</style>