Shades of Turquoise #40F7BB
Tints of Turquoise #40F7BB
RGB
CMYK
RGB Variations
Color information
#40F7BB (or 0x40F7BB) is known color: Turquoise. HEX triplet: 40, F7 and BB. RGB value is (64,247,187). Sum of RGB (Red+Green+Blue) = 64+247+187=498 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.85% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #40F7BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F7BB is #BF0844. Grayscale: #B9B9B9. Windows color (decimal): -12519493 or 12318528. OLE color: 12318528.
HSL color Cylindrical-coordinate representation of color #40F7BB: hue angle of 160.33º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F7BB is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 187 | - |
| CMYK | 0.74 | 0 | 0.24 | 0.03 |
| HSL | 160.33º | 0.92% | 0.61% | - |
| HSV(B) | 160.33º | 0.74% | 0.97% | - |
| XYZ | 44.34 | 71.2 | 58.42 | - |
| YUV | 185.44 | 128.87 | 41.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 187 | 0.74 | 0 | 0.24 | 0.03 | 160.33 | 0.92 | 0.61 |
| Hex | 40 | F7 | BB | 4A | 0 | 18 | 3 | A0 | 5C | 3D |
| Octal | 100 | 367 | 273 | 112 | 0 | 30 | 3 | 240 | 134 | 75 |
| Binary | 1000000 | 11110111 | 10111011 | 1001010 | 0 | 11000 | 11 | 10100000 | 1011100 | 111101 |
Color Harmonies of #40F7BB
Complementary color
Monochromatic Colors of #40F7BB
Black with #40F7BB
Text Example
Text Example
White with #40F7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F7BB; }
p { color: rgb(64,247,187); }
H1.HeaderClassName
{
color: #40F7BB;
}
.AnyTagClassName
{
color: #40F7BB;
}
</style>
background-color css
<style>
a { background-color: #40F7BB; }
a { background-color: rgb(64,247,187); }
div.DivClassName
{
background-color: #40F7BB;
}
.BgClassName
{
background-color: #40F7BB;
}
</style>
border-color css
<style>
span { border-color: #40F7BB; }
span { border-color: rgb(64,247,187); }
td.TdClassName
{
border-color: #40F7BB;
}
.TagClassName
{
border-color: #40F7BB;
}
</style>