Shades of Medium Turquoise #40C9B2
Tints of Medium Turquoise #40C9B2
RGB
CMYK
RGB Variations
Color information
#40C9B2 (or 0x40C9B2) is known color: Medium Turquoise. HEX triplet: 40, C9 and B2. RGB value is (64,201,178). Sum of RGB (Red+Green+Blue) = 64+201+178=443 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.45% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #40C9B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40C9B2 is #BF364D. Grayscale: #9D9D9D. Windows color (decimal): -12531278 or 11716928. OLE color: 11716928.
HSL color Cylindrical-coordinate representation of color #40C9B2: hue angle of 169.93º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C9B2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 178 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.21 |
| HSL | 169.93º | 0.56% | 0.52% | - |
| HSV(B) | 169.93º | 0.68% | 0.79% | - |
| XYZ | 31.04 | 46.08 | 49.38 | - |
| YUV | 157.42 | 139.61 | 61.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 178 | 0.68 | 0 | 0.11 | 0.21 | 169.93 | 0.56 | 0.52 |
| Hex | 40 | C9 | B2 | 44 | 0 | B | 15 | AA | 38 | 34 |
| Octal | 100 | 311 | 262 | 104 | 0 | 13 | 25 | 252 | 70 | 64 |
| Binary | 1000000 | 11001001 | 10110010 | 1000100 | 0 | 1011 | 10101 | 10101010 | 111000 | 110100 |
Color Harmonies of #40C9B2
Complementary color
Monochromatic Colors of #40C9B2
Black with #40C9B2
Text Example
Text Example
White with #40C9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9B2; }
p { color: rgb(64,201,178); }
H1.HeaderClassName
{
color: #40C9B2;
}
.AnyTagClassName
{
color: #40C9B2;
}
</style>
background-color css
<style>
a { background-color: #40C9B2; }
a { background-color: rgb(64,201,178); }
div.DivClassName
{
background-color: #40C9B2;
}
.BgClassName
{
background-color: #40C9B2;
}
</style>
border-color css
<style>
span { border-color: #40C9B2; }
span { border-color: rgb(64,201,178); }
td.TdClassName
{
border-color: #40C9B2;
}
.TagClassName
{
border-color: #40C9B2;
}
</style>