Shades of Turquoise #40F7BF
Tints of Turquoise #40F7BF
RGB
CMYK
RGB Variations
Color information
#40F7BF (or 0x40F7BF) is known color: Turquoise. HEX triplet: 40, F7 and BF. RGB value is (64,247,191). Sum of RGB (Red+Green+Blue) = 64+247+191=502 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.75% from 502); Green value is 247 (96.88% from 255 or 49.20% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 247 - color contains mainly: green. Hex color #40F7BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F7BF is #BF0840. Grayscale: #B9B9B9. Windows color (decimal): -12519489 or 12580672. OLE color: 12580672.
HSL color Cylindrical-coordinate representation of color #40F7BF: hue angle of 161.64º 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 #40F7BF is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 64 | 247 | 191 | - |
| CMYK | 0.74 | 0 | 0.23 | 0.03 |
| HSL | 161.64º | 0.92% | 0.61% | - |
| HSV(B) | 161.64º | 0.74% | 0.97% | - |
| XYZ | 44.78 | 71.37 | 60.71 | - |
| YUV | 185.9 | 130.87 | 41.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 247 | 191 | 0.74 | 0 | 0.23 | 0.03 | 161.64 | 0.92 | 0.61 |
| Hex | 40 | F7 | BF | 4A | 0 | 17 | 3 | A2 | 5C | 3D |
| Octal | 100 | 367 | 277 | 112 | 0 | 27 | 3 | 242 | 134 | 75 |
| Binary | 1000000 | 11110111 | 10111111 | 1001010 | 0 | 10111 | 11 | 10100010 | 1011100 | 111101 |
Color Harmonies of #40F7BF
Complementary color
Monochromatic Colors of #40F7BF
Black with #40F7BF
Text Example
Text Example
White with #40F7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F7BF; }
p { color: rgb(64,247,191); }
H1.HeaderClassName
{
color: #40F7BF;
}
.AnyTagClassName
{
color: #40F7BF;
}
</style>
background-color css
<style>
a { background-color: #40F7BF; }
a { background-color: rgb(64,247,191); }
div.DivClassName
{
background-color: #40F7BF;
}
.BgClassName
{
background-color: #40F7BF;
}
</style>
border-color css
<style>
span { border-color: #40F7BF; }
span { border-color: rgb(64,247,191); }
td.TdClassName
{
border-color: #40F7BF;
}
.TagClassName
{
border-color: #40F7BF;
}
</style>