Shades of Medium Turquoise #40CCC5
Tints of Medium Turquoise #40CCC5
RGB
CMYK
RGB Variations
Color information
#40CCC5 (or 0x40CCC5) is known color: Medium Turquoise. HEX triplet: 40, CC and C5. RGB value is (64,204,197). Sum of RGB (Red+Green+Blue) = 64+204+197=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #40CCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCC5 is #BF333A. Grayscale: #A1A1A1. Windows color (decimal): -12530491 or 12962880. OLE color: 12962880.
HSL color Cylindrical-coordinate representation of color #40CCC5: hue angle of 177º 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 #40CCC5 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 197 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.2 |
| HSL | 177º | 0.58% | 0.53% | - |
| HSV(B) | 177º | 0.69% | 0.8% | - |
| XYZ | 33.79 | 48.31 | 60.37 | - |
| YUV | 161.34 | 148.12 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 197 | 0.69 | 0 | 0.03 | 0.2 | 177 | 0.58 | 0.53 |
| Hex | 40 | CC | C5 | 45 | 0 | 3 | 14 | B1 | 3A | 35 |
| Octal | 100 | 314 | 305 | 105 | 0 | 3 | 24 | 261 | 72 | 65 |
| Binary | 1000000 | 11001100 | 11000101 | 1000101 | 0 | 11 | 10100 | 10110001 | 111010 | 110101 |
Color Harmonies of #40CCC5
Complementary color
Monochromatic Colors of #40CCC5
Black with #40CCC5
Text Example
Text Example
White with #40CCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCC5; }
p { color: rgb(64,204,197); }
H1.HeaderClassName
{
color: #40CCC5;
}
.AnyTagClassName
{
color: #40CCC5;
}
</style>
background-color css
<style>
a { background-color: #40CCC5; }
a { background-color: rgb(64,204,197); }
div.DivClassName
{
background-color: #40CCC5;
}
.BgClassName
{
background-color: #40CCC5;
}
</style>
border-color css
<style>
span { border-color: #40CCC5; }
span { border-color: rgb(64,204,197); }
td.TdClassName
{
border-color: #40CCC5;
}
.TagClassName
{
border-color: #40CCC5;
}
</style>