Shades of Medium Turquoise #40C9C2
Tints of Medium Turquoise #40C9C2
RGB
CMYK
RGB Variations
Color information
#40C9C2 (or 0x40C9C2) is known color: Medium Turquoise. HEX triplet: 40, C9 and C2. RGB value is (64,201,194). Sum of RGB (Red+Green+Blue) = 64+201+194=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #40C9C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9C2 is #BF363D. Grayscale: #9F9F9F. Windows color (decimal): -12531262 or 12765504. OLE color: 12765504.
HSL color Cylindrical-coordinate representation of color #40C9C2: hue angle of 176.93º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C9C2 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 194 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.21 |
| HSL | 176.93º | 0.56% | 0.52% | - |
| HSV(B) | 176.93º | 0.68% | 0.79% | - |
| XYZ | 32.74 | 46.76 | 58.34 | - |
| YUV | 159.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 194 | 0.68 | 0 | 0.03 | 0.21 | 176.93 | 0.56 | 0.52 |
| Hex | 40 | C9 | C2 | 44 | 0 | 3 | 15 | B1 | 38 | 34 |
| Octal | 100 | 311 | 302 | 104 | 0 | 3 | 25 | 261 | 70 | 64 |
| Binary | 1000000 | 11001001 | 11000010 | 1000100 | 0 | 11 | 10101 | 10110001 | 111000 | 110100 |
Color Harmonies of #40C9C2
Complementary color
Monochromatic Colors of #40C9C2
Black with #40C9C2
Text Example
Text Example
White with #40C9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9C2; }
p { color: rgb(64,201,194); }
H1.HeaderClassName
{
color: #40C9C2;
}
.AnyTagClassName
{
color: #40C9C2;
}
</style>
background-color css
<style>
a { background-color: #40C9C2; }
a { background-color: rgb(64,201,194); }
div.DivClassName
{
background-color: #40C9C2;
}
.BgClassName
{
background-color: #40C9C2;
}
</style>
border-color css
<style>
span { border-color: #40C9C2; }
span { border-color: rgb(64,201,194); }
td.TdClassName
{
border-color: #40C9C2;
}
.TagClassName
{
border-color: #40C9C2;
}
</style>