Shades of Medium Turquoise #40C1BE
Tints of Medium Turquoise #40C1BE
RGB
CMYK
RGB Variations
Color information
#40C1BE (or 0x40C1BE) is known color: Medium Turquoise. HEX triplet: 40, C1 and BE. RGB value is (64,193,190). Sum of RGB (Red+Green+Blue) = 64+193+190=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #40C1BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C1BE is #BF3E41. Grayscale: #999999. Windows color (decimal): -12533314 or 12501312. OLE color: 12501312.
HSL color Cylindrical-coordinate representation of color #40C1BE: hue angle of 178.6º 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 #40C1BE is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 193 | 190 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.24 |
| HSL | 178.6º | 0.51% | 0.5% | - |
| HSV(B) | 178.6º | 0.67% | 0.76% | - |
| XYZ | 30.48 | 42.95 | 55.4 | - |
| YUV | 154.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 193 | 190 | 0.67 | 0 | 0.02 | 0.24 | 178.6 | 0.51 | 0.5 |
| Hex | 40 | C1 | BE | 43 | 0 | 2 | 18 | B3 | 33 | 32 |
| Octal | 100 | 301 | 276 | 103 | 0 | 2 | 30 | 263 | 63 | 62 |
| Binary | 1000000 | 11000001 | 10111110 | 1000011 | 0 | 10 | 11000 | 10110011 | 110011 | 110010 |
Color Harmonies of #40C1BE
Complementary color
Monochromatic Colors of #40C1BE
Black with #40C1BE
Text Example
Text Example
White with #40C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C1BE; }
p { color: rgb(64,193,190); }
H1.HeaderClassName
{
color: #40C1BE;
}
.AnyTagClassName
{
color: #40C1BE;
}
</style>
background-color css
<style>
a { background-color: #40C1BE; }
a { background-color: rgb(64,193,190); }
div.DivClassName
{
background-color: #40C1BE;
}
.BgClassName
{
background-color: #40C1BE;
}
</style>
border-color css
<style>
span { border-color: #40C1BE; }
span { border-color: rgb(64,193,190); }
td.TdClassName
{
border-color: #40C1BE;
}
.TagClassName
{
border-color: #40C1BE;
}
</style>