Shades of Turquoise #40F5BF
Tints of Turquoise #40F5BF
RGB
CMYK
RGB Variations
Color information
#40F5BF (or 0x40F5BF) is known color: Turquoise. HEX triplet: 40, F5 and BF. RGB value is (64,245,191). Sum of RGB (Red+Green+Blue) = 64+245+191=500 (66% of max value = 765). Red value is 64 (25.39% from 255 or 12.8% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #40F5BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #40F5BF is #BF0A40. Grayscale: #B8B8B8. Windows color (decimal): -12520001 or 12580160. OLE color: 12580160.
HSL color Cylindrical-coordinate representation of color #40F5BF: hue angle of 162.1º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F5BF is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 191 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.04 |
| HSL | 162.1º | 0.9% | 0.61% | - |
| HSV(B) | 162.1º | 0.74% | 0.96% | - |
| XYZ | 44.17 | 70.16 | 60.5 | - |
| YUV | 184.73 | 131.53 | 41.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 191 | 0.74 | 0 | 0.22 | 0.04 | 162.1 | 0.9 | 0.61 |
| Hex | 40 | F5 | BF | 4A | 0 | 16 | 4 | A2 | 5A | 3D |
| Octal | 100 | 365 | 277 | 112 | 0 | 26 | 4 | 242 | 132 | 75 |
| Binary | 1000000 | 11110101 | 10111111 | 1001010 | 0 | 10110 | 100 | 10100010 | 1011010 | 111101 |
Color Harmonies of #40F5BF
Complementary color
Monochromatic Colors of #40F5BF
Black with #40F5BF
Text Example
Text Example
White with #40F5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F5BF; }
p { color: rgb(64,245,191); }
H1.HeaderClassName
{
color: #40F5BF;
}
.AnyTagClassName
{
color: #40F5BF;
}
</style>
background-color css
<style>
a { background-color: #40F5BF; }
a { background-color: rgb(64,245,191); }
div.DivClassName
{
background-color: #40F5BF;
}
.BgClassName
{
background-color: #40F5BF;
}
</style>
border-color css
<style>
span { border-color: #40F5BF; }
span { border-color: rgb(64,245,191); }
td.TdClassName
{
border-color: #40F5BF;
}
.TagClassName
{
border-color: #40F5BF;
}
</style>