Shades of Turquoise #40FFBD
Tints of Turquoise #40FFBD
RGB
CMYK
RGB Variations
Color information
#40FFBD (or 0x40FFBD) is known color: Turquoise. HEX triplet: 40, FF and BD. RGB value is (64,255,189). Sum of RGB (Red+Green+Blue) = 64+255+189=508 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.60% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFBD is #BF0042. Grayscale: #BEBEBE. Windows color (decimal): -12517443 or 12451648. OLE color: 12451648.
HSL color Cylindrical-coordinate representation of color #40FFBD: hue angle of 159.27º 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 #40FFBD is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 189 | - |
| CMYK | 0.75 | 0 | 0.26 | 0 |
| HSL | 159.27º | 1% | 0.63% | - |
| HSV(B) | 159.27º | 0.75% | 1% | - |
| XYZ | 47.06 | 76.28 | 60.39 | - |
| YUV | 190.37 | 127.22 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 189 | 0.75 | 0 | 0.26 | 0 | 159.27 | 1 | 0.63 |
| Hex | 40 | FF | BD | 4B | 0 | 1A | 0 | 9F | 64 | 3F |
| Octal | 100 | 377 | 275 | 113 | 0 | 32 | 0 | 237 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10111101 | 1001011 | 0 | 11010 | 0 | 10011111 | 1100100 | 111111 |
Color Harmonies of #40FFBD
Complementary color
Monochromatic Colors of #40FFBD
Black with #40FFBD
Text Example
Text Example
White with #40FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFBD; }
p { color: rgb(64,255,189); }
H1.HeaderClassName
{
color: #40FFBD;
}
.AnyTagClassName
{
color: #40FFBD;
}
</style>
background-color css
<style>
a { background-color: #40FFBD; }
a { background-color: rgb(64,255,189); }
div.DivClassName
{
background-color: #40FFBD;
}
.BgClassName
{
background-color: #40FFBD;
}
</style>
border-color css
<style>
span { border-color: #40FFBD; }
span { border-color: rgb(64,255,189); }
td.TdClassName
{
border-color: #40FFBD;
}
.TagClassName
{
border-color: #40FFBD;
}
</style>