Shades of Turquoise #40FFB4
Tints of Turquoise #40FFB4
RGB
CMYK
RGB Variations
Color information
#40FFB4 (or 0x40FFB4) is known color: Turquoise. HEX triplet: 40, FF and B4. RGB value is (64,255,180). Sum of RGB (Red+Green+Blue) = 64+255+180=499 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.83% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 180 (70.70% from 255 or 36.07% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40FFB4 is #BF004B. Grayscale: #BDBDBD. Windows color (decimal): -12517452 or 11861824. OLE color: 11861824.
HSL color Cylindrical-coordinate representation of color #40FFB4: hue angle of 156.44º 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 #40FFB4 is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 64 | 255 | 180 | - |
| CMYK | 0.75 | 0 | 0.29 | 0 |
| HSL | 156.44º | 1% | 0.63% | - |
| HSV(B) | 156.44º | 0.75% | 1% | - |
| XYZ | 46.11 | 75.91 | 55.4 | - |
| YUV | 189.34 | 122.72 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 255 | 180 | 0.75 | 0 | 0.29 | 0 | 156.44 | 1 | 0.63 |
| Hex | 40 | FF | B4 | 4B | 0 | 1D | 0 | 9C | 64 | 3F |
| Octal | 100 | 377 | 264 | 113 | 0 | 35 | 0 | 234 | 144 | 77 |
| Binary | 1000000 | 11111111 | 10110100 | 1001011 | 0 | 11101 | 0 | 10011100 | 1100100 | 111111 |
Color Harmonies of #40FFB4
Complementary color
Monochromatic Colors of #40FFB4
Black with #40FFB4
Text Example
Text Example
White with #40FFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40FFB4; }
p { color: rgb(64,255,180); }
H1.HeaderClassName
{
color: #40FFB4;
}
.AnyTagClassName
{
color: #40FFB4;
}
</style>
background-color css
<style>
a { background-color: #40FFB4; }
a { background-color: rgb(64,255,180); }
div.DivClassName
{
background-color: #40FFB4;
}
.BgClassName
{
background-color: #40FFB4;
}
</style>
border-color css
<style>
span { border-color: #40FFB4; }
span { border-color: rgb(64,255,180); }
td.TdClassName
{
border-color: #40FFB4;
}
.TagClassName
{
border-color: #40FFB4;
}
</style>