Shades of Medium Turquoise #40D5C2
Tints of Medium Turquoise #40D5C2
RGB
CMYK
RGB Variations
Color information
#40D5C2 (or 0x40D5C2) is known color: Medium Turquoise. HEX triplet: 40, D5 and C2. RGB value is (64,213,194). Sum of RGB (Red+Green+Blue) = 64+213+194=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #40D5C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D5C2 is #BF2A3D. Grayscale: #A6A6A6. Windows color (decimal): -12528190 or 12768576. OLE color: 12768576.
HSL color Cylindrical-coordinate representation of color #40D5C2: hue angle of 172.35º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D5C2 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 213 | 194 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.16 |
| HSL | 172.35º | 0.64% | 0.54% | - |
| HSV(B) | 172.35º | 0.7% | 0.84% | - |
| XYZ | 35.65 | 52.57 | 59.31 | - |
| YUV | 166.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 213 | 194 | 0.70 | 0 | 0.09 | 0.16 | 172.35 | 0.64 | 0.54 |
| Hex | 40 | D5 | C2 | 46 | 0 | 9 | 10 | AC | 40 | 36 |
| Octal | 100 | 325 | 302 | 106 | 0 | 11 | 20 | 254 | 100 | 66 |
| Binary | 1000000 | 11010101 | 11000010 | 1000110 | 0 | 1001 | 10000 | 10101100 | 1000000 | 110110 |
Color Harmonies of #40D5C2
Complementary color
Monochromatic Colors of #40D5C2
Black with #40D5C2
Text Example
Text Example
White with #40D5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D5C2; }
p { color: rgb(64,213,194); }
H1.HeaderClassName
{
color: #40D5C2;
}
.AnyTagClassName
{
color: #40D5C2;
}
</style>
background-color css
<style>
a { background-color: #40D5C2; }
a { background-color: rgb(64,213,194); }
div.DivClassName
{
background-color: #40D5C2;
}
.BgClassName
{
background-color: #40D5C2;
}
</style>
border-color css
<style>
span { border-color: #40D5C2; }
span { border-color: rgb(64,213,194); }
td.TdClassName
{
border-color: #40D5C2;
}
.TagClassName
{
border-color: #40D5C2;
}
</style>