Shades of Turquoise #40FFBA
Tints of Turquoise #40FFBA
RGB
CMYK
RGB Variations
Color information
#40FFBA (or 0x40FFBA) is known color: Turquoise. HEX triplet: 40, FF and BA. RGB value is (64,255,186). Sum of RGB (Red+Green+Blue) = 64+255+186=505 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.67% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFBA is #BF0045. Grayscale: #BEBEBE. Windows color (decimal): -12517446 or 12255040. OLE color: 12255040.
HSL color Cylindrical-coordinate representation of color #40FFBA: hue angle of 158.32º 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 #40FFBA is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 186 | - |
| CMYK | 0.75 | 0 | 0.27 | 0 |
| HSL | 158.32º | 1% | 0.63% | - |
| HSV(B) | 158.32º | 0.75% | 1% | - |
| XYZ | 46.74 | 76.16 | 58.69 | - |
| YUV | 190.03 | 125.72 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 186 | 0.75 | 0 | 0.27 | 0 | 158.32 | 1 | 0.63 |
| Hex | 40 | FF | BA | 4B | 0 | 1B | 0 | 9E | 64 | 3F |
| Octal | 100 | 377 | 272 | 113 | 0 | 33 | 0 | 236 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10111010 | 1001011 | 0 | 11011 | 0 | 10011110 | 1100100 | 111111 |
Color Harmonies of #40FFBA
Complementary color
Monochromatic Colors of #40FFBA
Black with #40FFBA
Text Example
Text Example
White with #40FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFBA; }
p { color: rgb(64,255,186); }
H1.HeaderClassName
{
color: #40FFBA;
}
.AnyTagClassName
{
color: #40FFBA;
}
</style>
background-color css
<style>
a { background-color: #40FFBA; }
a { background-color: rgb(64,255,186); }
div.DivClassName
{
background-color: #40FFBA;
}
.BgClassName
{
background-color: #40FFBA;
}
</style>
border-color css
<style>
span { border-color: #40FFBA; }
span { border-color: rgb(64,255,186); }
td.TdClassName
{
border-color: #40FFBA;
}
.TagClassName
{
border-color: #40FFBA;
}
</style>