Shades of Medium Turquoise #40CCBB
Tints of Medium Turquoise #40CCBB
RGB
CMYK
RGB Variations
Color information
#40CCBB (or 0x40CCBB) is known color: Medium Turquoise. HEX triplet: 40, CC and BB. RGB value is (64,204,187). Sum of RGB (Red+Green+Blue) = 64+204+187=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCBB is #BF3344. Grayscale: #A0A0A0. Windows color (decimal): -12530501 or 12307520. OLE color: 12307520.
HSL color Cylindrical-coordinate representation of color #40CCBB: hue angle of 172.71º 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 #40CCBB is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 187 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.2 |
| HSL | 172.71º | 0.58% | 0.53% | - |
| HSV(B) | 172.71º | 0.69% | 0.8% | - |
| XYZ | 32.68 | 47.86 | 54.53 | - |
| YUV | 160.2 | 143.12 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 187 | 0.69 | 0 | 0.08 | 0.2 | 172.71 | 0.58 | 0.53 |
| Hex | 40 | CC | BB | 45 | 0 | 8 | 14 | AD | 3A | 35 |
| Octal | 100 | 314 | 273 | 105 | 0 | 10 | 24 | 255 | 72 | 65 |
| Binary | 1000000 | 11001100 | 10111011 | 1000101 | 0 | 1000 | 10100 | 10101101 | 111010 | 110101 |
Color Harmonies of #40CCBB
Complementary color
Monochromatic Colors of #40CCBB
Black with #40CCBB
Text Example
Text Example
White with #40CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCBB; }
p { color: rgb(64,204,187); }
H1.HeaderClassName
{
color: #40CCBB;
}
.AnyTagClassName
{
color: #40CCBB;
}
</style>
background-color css
<style>
a { background-color: #40CCBB; }
a { background-color: rgb(64,204,187); }
div.DivClassName
{
background-color: #40CCBB;
}
.BgClassName
{
background-color: #40CCBB;
}
</style>
border-color css
<style>
span { border-color: #40CCBB; }
span { border-color: rgb(64,204,187); }
td.TdClassName
{
border-color: #40CCBB;
}
.TagClassName
{
border-color: #40CCBB;
}
</style>