Shades of Medium Turquoise #40CAC0
Tints of Medium Turquoise #40CAC0
RGB
CMYK
RGB Variations
Color information
#40CAC0 (or 0x40CAC0) is known color: Medium Turquoise. HEX triplet: 40, CA and C0. RGB value is (64,202,192). Sum of RGB (Red+Green+Blue) = 64+202+192=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAC0 is #BF353F. Grayscale: #9F9F9F. Windows color (decimal): -12531008 or 12634688. OLE color: 12634688.
HSL color Cylindrical-coordinate representation of color #40CAC0: hue angle of 175.65º degrees, saturation: 0.57, 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 #40CAC0 is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 192 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.21 |
| HSL | 175.65º | 0.57% | 0.52% | - |
| HSV(B) | 175.65º | 0.68% | 0.79% | - |
| XYZ | 32.75 | 47.14 | 57.24 | - |
| YUV | 159.6 | 146.28 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 192 | 0.68 | 0 | 0.05 | 0.21 | 175.65 | 0.57 | 0.52 |
| Hex | 40 | CA | C0 | 44 | 0 | 5 | 15 | B0 | 39 | 34 |
| Octal | 100 | 312 | 300 | 104 | 0 | 5 | 25 | 260 | 71 | 64 |
| Binary | 1000000 | 11001010 | 11000000 | 1000100 | 0 | 101 | 10101 | 10110000 | 111001 | 110100 |
Color Harmonies of #40CAC0
Complementary color
Monochromatic Colors of #40CAC0
Black with #40CAC0
Text Example
Text Example
White with #40CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAC0; }
p { color: rgb(64,202,192); }
H1.HeaderClassName
{
color: #40CAC0;
}
.AnyTagClassName
{
color: #40CAC0;
}
</style>
background-color css
<style>
a { background-color: #40CAC0; }
a { background-color: rgb(64,202,192); }
div.DivClassName
{
background-color: #40CAC0;
}
.BgClassName
{
background-color: #40CAC0;
}
</style>
border-color css
<style>
span { border-color: #40CAC0; }
span { border-color: rgb(64,202,192); }
td.TdClassName
{
border-color: #40CAC0;
}
.TagClassName
{
border-color: #40CAC0;
}
</style>