Shades of Medium Turquoise #40CDC2
Tints of Medium Turquoise #40CDC2
RGB
CMYK
RGB Variations
Color information
#40CDC2 (or 0x40CDC2) is known color: Medium Turquoise. HEX triplet: 40, CD and C2. RGB value is (64,205,194). Sum of RGB (Red+Green+Blue) = 64+205+194=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 194 (76.17% from 255 or 41.90% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDC2 is #BF323D. Grayscale: #A1A1A1. Windows color (decimal): -12530238 or 12766528. OLE color: 12766528.
HSL color Cylindrical-coordinate representation of color #40CDC2: hue angle of 175.32º 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 #40CDC2 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 194 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.20 |
| HSL | 175.32º | 0.59% | 0.53% | - |
| HSV(B) | 175.32º | 0.69% | 0.8% | - |
| XYZ | 33.68 | 48.65 | 58.65 | - |
| YUV | 161.59 | 146.29 | 58.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 194 | 0.69 | 0 | 0.05 | 0.20 | 175.32 | 0.59 | 0.53 |
| Hex | 40 | CD | C2 | 45 | 0 | 5 | 14 | AF | 3B | 35 |
| Octal | 100 | 315 | 302 | 105 | 0 | 5 | 24 | 257 | 73 | 65 |
| Binary | 1000000 | 11001101 | 11000010 | 1000101 | 0 | 101 | 10100 | 10101111 | 111011 | 110101 |
Color Harmonies of #40CDC2
Complementary color
Monochromatic Colors of #40CDC2
Black with #40CDC2
Text Example
Text Example
White with #40CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDC2; }
p { color: rgb(64,205,194); }
H1.HeaderClassName
{
color: #40CDC2;
}
.AnyTagClassName
{
color: #40CDC2;
}
</style>
background-color css
<style>
a { background-color: #40CDC2; }
a { background-color: rgb(64,205,194); }
div.DivClassName
{
background-color: #40CDC2;
}
.BgClassName
{
background-color: #40CDC2;
}
</style>
border-color css
<style>
span { border-color: #40CDC2; }
span { border-color: rgb(64,205,194); }
td.TdClassName
{
border-color: #40CDC2;
}
.TagClassName
{
border-color: #40CDC2;
}
</style>