Shades of Medium Turquoise #40CFBF
Tints of Medium Turquoise #40CFBF
RGB
CMYK
RGB Variations
Color information
#40CFBF (or 0x40CFBF) is known color: Medium Turquoise. HEX triplet: 40, CF and BF. RGB value is (64,207,191). Sum of RGB (Red+Green+Blue) = 64+207+191=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFBF is #BF3040. Grayscale: #A2A2A2. Windows color (decimal): -12529729 or 12570432. OLE color: 12570432.
HSL color Cylindrical-coordinate representation of color #40CFBF: hue angle of 173.29º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CFBF is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 191 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.19 |
| HSL | 173.29º | 0.6% | 0.53% | - |
| HSV(B) | 173.29º | 0.69% | 0.81% | - |
| XYZ | 33.83 | 49.48 | 57.06 | - |
| YUV | 162.42 | 144.12 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 191 | 0.69 | 0 | 0.08 | 0.19 | 173.29 | 0.6 | 0.53 |
| Hex | 40 | CF | BF | 45 | 0 | 8 | 13 | AD | 3C | 35 |
| Octal | 100 | 317 | 277 | 105 | 0 | 10 | 23 | 255 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10111111 | 1000101 | 0 | 1000 | 10011 | 10101101 | 111100 | 110101 |
Color Harmonies of #40CFBF
Complementary color
Monochromatic Colors of #40CFBF
Black with #40CFBF
Text Example
Text Example
White with #40CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFBF; }
p { color: rgb(64,207,191); }
H1.HeaderClassName
{
color: #40CFBF;
}
.AnyTagClassName
{
color: #40CFBF;
}
</style>
background-color css
<style>
a { background-color: #40CFBF; }
a { background-color: rgb(64,207,191); }
div.DivClassName
{
background-color: #40CFBF;
}
.BgClassName
{
background-color: #40CFBF;
}
</style>
border-color css
<style>
span { border-color: #40CFBF; }
span { border-color: rgb(64,207,191); }
td.TdClassName
{
border-color: #40CFBF;
}
.TagClassName
{
border-color: #40CFBF;
}
</style>