Shades of Medium Turquoise #40CCB7
Tints of Medium Turquoise #40CCB7
RGB
CMYK
RGB Variations
Color information
#40CCB7 (or 0x40CCB7) is known color: Medium Turquoise. HEX triplet: 40, CC and B7. RGB value is (64,204,183). Sum of RGB (Red+Green+Blue) = 64+204+183=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 183 (71.88% from 255 or 40.58% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCB7 is #BF3348. Grayscale: #9F9F9F. Windows color (decimal): -12530505 or 12045376. OLE color: 12045376.
HSL color Cylindrical-coordinate representation of color #40CCB7: hue angle of 171º 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 #40CCB7 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 183 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.2 |
| HSL | 171º | 0.58% | 0.53% | - |
| HSV(B) | 171º | 0.69% | 0.8% | - |
| XYZ | 32.25 | 47.69 | 52.31 | - |
| YUV | 159.75 | 141.12 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 183 | 0.69 | 0 | 0.10 | 0.2 | 171 | 0.58 | 0.53 |
| Hex | 40 | CC | B7 | 45 | 0 | A | 14 | AB | 3A | 35 |
| Octal | 100 | 314 | 267 | 105 | 0 | 12 | 24 | 253 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10110111 | 1000101 | 0 | 1010 | 10100 | 10101011 | 111010 | 110101 |
Color Harmonies of #40CCB7
Complementary color
Monochromatic Colors of #40CCB7
Black with #40CCB7
Text Example
Text Example
White with #40CCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCB7; }
p { color: rgb(64,204,183); }
H1.HeaderClassName
{
color: #40CCB7;
}
.AnyTagClassName
{
color: #40CCB7;
}
</style>
background-color css
<style>
a { background-color: #40CCB7; }
a { background-color: rgb(64,204,183); }
div.DivClassName
{
background-color: #40CCB7;
}
.BgClassName
{
background-color: #40CCB7;
}
</style>
border-color css
<style>
span { border-color: #40CCB7; }
span { border-color: rgb(64,204,183); }
td.TdClassName
{
border-color: #40CCB7;
}
.TagClassName
{
border-color: #40CCB7;
}
</style>