Shades of Medium Turquoise #40CDC1
Tints of Medium Turquoise #40CDC1
RGB
CMYK
RGB Variations
Color information
#40CDC1 (or 0x40CDC1) is known color: Medium Turquoise. HEX triplet: 40, CD and C1. RGB value is (64,205,193). Sum of RGB (Red+Green+Blue) = 64+205+193=462 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.85% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDC1 is #BF323E. Grayscale: #A1A1A1. Windows color (decimal): -12530239 or 12700992. OLE color: 12700992.
HSL color Cylindrical-coordinate representation of color #40CDC1: hue angle of 174.89º 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 #40CDC1 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 193 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.20 |
| HSL | 174.89º | 0.59% | 0.53% | - |
| HSV(B) | 174.89º | 0.69% | 0.8% | - |
| XYZ | 33.57 | 48.6 | 58.06 | - |
| YUV | 161.47 | 145.79 | 58.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 193 | 0.69 | 0 | 0.06 | 0.20 | 174.89 | 0.59 | 0.53 |
| Hex | 40 | CD | C1 | 45 | 0 | 6 | 14 | AF | 3B | 35 |
| Octal | 100 | 315 | 301 | 105 | 0 | 6 | 24 | 257 | 73 | 65 |
| Binary | 1000000 | 11001101 | 11000001 | 1000101 | 0 | 110 | 10100 | 10101111 | 111011 | 110101 |
Color Harmonies of #40CDC1
Complementary color
Monochromatic Colors of #40CDC1
Black with #40CDC1
Text Example
Text Example
White with #40CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDC1; }
p { color: rgb(64,205,193); }
H1.HeaderClassName
{
color: #40CDC1;
}
.AnyTagClassName
{
color: #40CDC1;
}
</style>
background-color css
<style>
a { background-color: #40CDC1; }
a { background-color: rgb(64,205,193); }
div.DivClassName
{
background-color: #40CDC1;
}
.BgClassName
{
background-color: #40CDC1;
}
</style>
border-color css
<style>
span { border-color: #40CDC1; }
span { border-color: rgb(64,205,193); }
td.TdClassName
{
border-color: #40CDC1;
}
.TagClassName
{
border-color: #40CDC1;
}
</style>