Shades of Medium Turquoise #40C7B9
Tints of Medium Turquoise #40C7B9
RGB
CMYK
RGB Variations
Color information
#40C7B9 (or 0x40C7B9) is known color: Medium Turquoise. HEX triplet: 40, C7 and B9. RGB value is (64,199,185). Sum of RGB (Red+Green+Blue) = 64+199+185=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #40C7B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C7B9 is #BF3846. Grayscale: #9C9C9C. Windows color (decimal): -12531783 or 12175168. OLE color: 12175168.
HSL color Cylindrical-coordinate representation of color #40C7B9: hue angle of 173.78º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C7B9 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 199 | 185 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.22 |
| HSL | 173.78º | 0.55% | 0.52% | - |
| HSV(B) | 173.78º | 0.68% | 0.78% | - |
| XYZ | 31.29 | 45.44 | 53.02 | - |
| YUV | 157.04 | 143.77 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 199 | 185 | 0.68 | 0 | 0.07 | 0.22 | 173.78 | 0.55 | 0.52 |
| Hex | 40 | C7 | B9 | 44 | 0 | 7 | 16 | AE | 37 | 34 |
| Octal | 100 | 307 | 271 | 104 | 0 | 7 | 26 | 256 | 67 | 64 |
| Binary | 1000000 | 11000111 | 10111001 | 1000100 | 0 | 111 | 10110 | 10101110 | 110111 | 110100 |
Color Harmonies of #40C7B9
Complementary color
Monochromatic Colors of #40C7B9
Black with #40C7B9
Text Example
Text Example
White with #40C7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C7B9; }
p { color: rgb(64,199,185); }
H1.HeaderClassName
{
color: #40C7B9;
}
.AnyTagClassName
{
color: #40C7B9;
}
</style>
background-color css
<style>
a { background-color: #40C7B9; }
a { background-color: rgb(64,199,185); }
div.DivClassName
{
background-color: #40C7B9;
}
.BgClassName
{
background-color: #40C7B9;
}
</style>
border-color css
<style>
span { border-color: #40C7B9; }
span { border-color: rgb(64,199,185); }
td.TdClassName
{
border-color: #40C7B9;
}
.TagClassName
{
border-color: #40C7B9;
}
</style>