Shades of Medium Turquoise #40CDC4
Tints of Medium Turquoise #40CDC4
RGB
CMYK
RGB Variations
Color information
#40CDC4 (or 0x40CDC4) is known color: Medium Turquoise. HEX triplet: 40, CD and C4. RGB value is (64,205,196). Sum of RGB (Red+Green+Blue) = 64+205+196=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDC4 is #BF323B. Grayscale: #A1A1A1. Windows color (decimal): -12530236 or 12897600. OLE color: 12897600.
HSL color Cylindrical-coordinate representation of color #40CDC4: hue angle of 176.17º degrees, saturation: 0.59, 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 #40CDC4 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 196 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.20 |
| HSL | 176.17º | 0.59% | 0.53% | - |
| HSV(B) | 176.17º | 0.69% | 0.8% | - |
| XYZ | 33.91 | 48.74 | 59.84 | - |
| YUV | 161.82 | 147.29 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 196 | 0.69 | 0 | 0.04 | 0.20 | 176.17 | 0.59 | 0.53 |
| Hex | 40 | CD | C4 | 45 | 0 | 4 | 14 | B0 | 3B | 35 |
| Octal | 100 | 315 | 304 | 105 | 0 | 4 | 24 | 260 | 73 | 65 |
| Binary | 1000000 | 11001101 | 11000100 | 1000101 | 0 | 100 | 10100 | 10110000 | 111011 | 110101 |
Color Harmonies of #40CDC4
Complementary color
Monochromatic Colors of #40CDC4
Black with #40CDC4
Text Example
Text Example
White with #40CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDC4; }
p { color: rgb(64,205,196); }
H1.HeaderClassName
{
color: #40CDC4;
}
.AnyTagClassName
{
color: #40CDC4;
}
</style>
background-color css
<style>
a { background-color: #40CDC4; }
a { background-color: rgb(64,205,196); }
div.DivClassName
{
background-color: #40CDC4;
}
.BgClassName
{
background-color: #40CDC4;
}
</style>
border-color css
<style>
span { border-color: #40CDC4; }
span { border-color: rgb(64,205,196); }
td.TdClassName
{
border-color: #40CDC4;
}
.TagClassName
{
border-color: #40CDC4;
}
</style>