Shades of Medium Turquoise #40C1BF
Tints of Medium Turquoise #40C1BF
RGB
CMYK
RGB Variations
Color information
#40C1BF (or 0x40C1BF) is known color: Medium Turquoise. HEX triplet: 40, C1 and BF. RGB value is (64,193,191). Sum of RGB (Red+Green+Blue) = 64+193+191=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #40C1BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C1BF is #BF3E40. Grayscale: #9A9A9A. Windows color (decimal): -12533313 or 12566848. OLE color: 12566848.
HSL color Cylindrical-coordinate representation of color #40C1BF: hue angle of 179.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C1BF is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 191 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.24 |
| HSL | 179.07º | 0.51% | 0.5% | - |
| HSV(B) | 179.07º | 0.67% | 0.76% | - |
| XYZ | 30.59 | 42.99 | 55.98 | - |
| YUV | 154.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 191 | 0.67 | 0 | 0.01 | 0.24 | 179.07 | 0.51 | 0.5 |
| Hex | 40 | C1 | BF | 43 | 0 | 1 | 18 | B3 | 33 | 32 |
| Octal | 100 | 301 | 277 | 103 | 0 | 1 | 30 | 263 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10111111 | 1000011 | 0 | 1 | 11000 | 10110011 | 110011 | 110010 |
Color Harmonies of #40C1BF
Complementary color
Monochromatic Colors of #40C1BF
Black with #40C1BF
Text Example
Text Example
White with #40C1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C1BF; }
p { color: rgb(64,193,191); }
H1.HeaderClassName
{
color: #40C1BF;
}
.AnyTagClassName
{
color: #40C1BF;
}
</style>
background-color css
<style>
a { background-color: #40C1BF; }
a { background-color: rgb(64,193,191); }
div.DivClassName
{
background-color: #40C1BF;
}
.BgClassName
{
background-color: #40C1BF;
}
</style>
border-color css
<style>
span { border-color: #40C1BF; }
span { border-color: rgb(64,193,191); }
td.TdClassName
{
border-color: #40C1BF;
}
.TagClassName
{
border-color: #40C1BF;
}
</style>