Shades of Turquoise #40FBBA
Tints of Turquoise #40FBBA
RGB
CMYK
RGB Variations
Color information
#40FBBA (or 0x40FBBA) is known color: Turquoise. HEX triplet: 40, FB and BA. RGB value is (64,251,186). Sum of RGB (Red+Green+Blue) = 64+251+186=501 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.77% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #40FBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FBBA is #BF0445. Grayscale: #BBBBBB. Windows color (decimal): -12518470 or 12254016. OLE color: 12254016.
HSL color Cylindrical-coordinate representation of color #40FBBA: hue angle of 159.14º 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 #40FBBA is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 251 | 186 | - |
| CMYK | 0.75 | 0 | 0.26 | 0.02 |
| HSL | 159.14º | 0.96% | 0.62% | - |
| HSV(B) | 159.14º | 0.75% | 0.98% | - |
| XYZ | 45.47 | 73.63 | 58.27 | - |
| YUV | 187.68 | 127.05 | 39.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 251 | 186 | 0.75 | 0 | 0.26 | 0.02 | 159.14 | 0.96 | 0.62 |
| Hex | 40 | FB | BA | 4B | 0 | 1A | 2 | 9F | 60 | 3E |
| Octal | 100 | 373 | 272 | 113 | 0 | 32 | 2 | 237 | 140 | 76 |
| Binary | 1000000 | 11111011 | 10111010 | 1001011 | 0 | 11010 | 10 | 10011111 | 1100000 | 111110 |
Color Harmonies of #40FBBA
Complementary color
Monochromatic Colors of #40FBBA
Black with #40FBBA
Text Example
Text Example
White with #40FBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FBBA; }
p { color: rgb(64,251,186); }
H1.HeaderClassName
{
color: #40FBBA;
}
.AnyTagClassName
{
color: #40FBBA;
}
</style>
background-color css
<style>
a { background-color: #40FBBA; }
a { background-color: rgb(64,251,186); }
div.DivClassName
{
background-color: #40FBBA;
}
.BgClassName
{
background-color: #40FBBA;
}
</style>
border-color css
<style>
span { border-color: #40FBBA; }
span { border-color: rgb(64,251,186); }
td.TdClassName
{
border-color: #40FBBA;
}
.TagClassName
{
border-color: #40FBBA;
}
</style>