Shades of Medium Turquoise #40CCB9
Tints of Medium Turquoise #40CCB9
RGB
CMYK
RGB Variations
Color information
#40CCB9 (or 0x40CCB9) is known color: Medium Turquoise. HEX triplet: 40, CC and B9. RGB value is (64,204,185). Sum of RGB (Red+Green+Blue) = 64+204+185=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCB9 is #BF3346. Grayscale: #9F9F9F. Windows color (decimal): -12530503 or 12176448. OLE color: 12176448.
HSL color Cylindrical-coordinate representation of color #40CCB9: hue angle of 171.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CCB9 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 185 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.2 |
| HSL | 171.86º | 0.58% | 0.53% | - |
| HSV(B) | 171.86º | 0.69% | 0.8% | - |
| XYZ | 32.46 | 47.78 | 53.41 | - |
| YUV | 159.97 | 142.12 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 185 | 0.69 | 0 | 0.09 | 0.2 | 171.86 | 0.58 | 0.53 |
| Hex | 40 | CC | B9 | 45 | 0 | 9 | 14 | AC | 3A | 35 |
| Octal | 100 | 314 | 271 | 105 | 0 | 11 | 24 | 254 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10111001 | 1000101 | 0 | 1001 | 10100 | 10101100 | 111010 | 110101 |
Color Harmonies of #40CCB9
Complementary color
Monochromatic Colors of #40CCB9
Black with #40CCB9
Text Example
Text Example
White with #40CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCB9; }
p { color: rgb(64,204,185); }
H1.HeaderClassName
{
color: #40CCB9;
}
.AnyTagClassName
{
color: #40CCB9;
}
</style>
background-color css
<style>
a { background-color: #40CCB9; }
a { background-color: rgb(64,204,185); }
div.DivClassName
{
background-color: #40CCB9;
}
.BgClassName
{
background-color: #40CCB9;
}
</style>
border-color css
<style>
span { border-color: #40CCB9; }
span { border-color: rgb(64,204,185); }
td.TdClassName
{
border-color: #40CCB9;
}
.TagClassName
{
border-color: #40CCB9;
}
</style>