Shades of Medium Turquoise #40CCC6
Tints of Medium Turquoise #40CCC6
RGB
CMYK
RGB Variations
Color information
#40CCC6 (or 0x40CCC6) is known color: Medium Turquoise. HEX triplet: 40, CC and C6. RGB value is (64,204,198). Sum of RGB (Red+Green+Blue) = 64+204+198=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCC6 is #BF3339. Grayscale: #A1A1A1. Windows color (decimal): -12530490 or 13028416. OLE color: 13028416.
HSL color Cylindrical-coordinate representation of color #40CCC6: hue angle of 177.43º 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 #40CCC6 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 198 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.2 |
| HSL | 177.43º | 0.58% | 0.53% | - |
| HSV(B) | 177.43º | 0.69% | 0.8% | - |
| XYZ | 33.9 | 48.35 | 60.97 | - |
| YUV | 161.46 | 148.62 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 198 | 0.69 | 0 | 0.03 | 0.2 | 177.43 | 0.58 | 0.53 |
| Hex | 40 | CC | C6 | 45 | 0 | 3 | 14 | B1 | 3A | 35 |
| Octal | 100 | 314 | 306 | 105 | 0 | 3 | 24 | 261 | 72 | 65 |
| Binary | 1000000 | 11001100 | 11000110 | 1000101 | 0 | 11 | 10100 | 10110001 | 111010 | 110101 |
Color Harmonies of #40CCC6
Complementary color
Monochromatic Colors of #40CCC6
Black with #40CCC6
Text Example
Text Example
White with #40CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCC6; }
p { color: rgb(64,204,198); }
H1.HeaderClassName
{
color: #40CCC6;
}
.AnyTagClassName
{
color: #40CCC6;
}
</style>
background-color css
<style>
a { background-color: #40CCC6; }
a { background-color: rgb(64,204,198); }
div.DivClassName
{
background-color: #40CCC6;
}
.BgClassName
{
background-color: #40CCC6;
}
</style>
border-color css
<style>
span { border-color: #40CCC6; }
span { border-color: rgb(64,204,198); }
td.TdClassName
{
border-color: #40CCC6;
}
.TagClassName
{
border-color: #40CCC6;
}
</style>