Shades of Turquoise #40FFB0
Tints of Turquoise #40FFB0
RGB
CMYK
RGB Variations
Color information
#40FFB0 (or 0x40FFB0) is known color: Turquoise. HEX triplet: 40, FF and B0. RGB value is (64,255,176). Sum of RGB (Red+Green+Blue) = 64+255+176=495 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.93% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #40FFB0 is #BF004F. Grayscale: #BDBDBD. Windows color (decimal): -12517456 or 11599680. OLE color: 11599680.
HSL color Cylindrical-coordinate representation of color #40FFB0: hue angle of 155.18º 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 #40FFB0 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 176 | - |
| CMYK | 0.75 | 0 | 0.31 | 0 |
| HSL | 155.18º | 1% | 0.63% | - |
| HSV(B) | 155.18º | 0.75% | 1% | - |
| XYZ | 45.71 | 75.74 | 53.29 | - |
| YUV | 188.89 | 120.72 | 38.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 176 | 0.75 | 0 | 0.31 | 0 | 155.18 | 1 | 0.63 |
| Hex | 40 | FF | B0 | 4B | 0 | 1F | 0 | 9B | 64 | 3F |
| Octal | 100 | 377 | 260 | 113 | 0 | 37 | 0 | 233 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10110000 | 1001011 | 0 | 11111 | 0 | 10011011 | 1100100 | 111111 |
Color Harmonies of #40FFB0
Complementary color
Monochromatic Colors of #40FFB0
Black with #40FFB0
Text Example
Text Example
White with #40FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFB0; }
p { color: rgb(64,255,176); }
H1.HeaderClassName
{
color: #40FFB0;
}
.AnyTagClassName
{
color: #40FFB0;
}
</style>
background-color css
<style>
a { background-color: #40FFB0; }
a { background-color: rgb(64,255,176); }
div.DivClassName
{
background-color: #40FFB0;
}
.BgClassName
{
background-color: #40FFB0;
}
</style>
border-color css
<style>
span { border-color: #40FFB0; }
span { border-color: rgb(64,255,176); }
td.TdClassName
{
border-color: #40FFB0;
}
.TagClassName
{
border-color: #40FFB0;
}
</style>