Shades of Medium Turquoise #40CAC2
Tints of Medium Turquoise #40CAC2
RGB
CMYK
RGB Variations
Color information
#40CAC2 (or 0x40CAC2) is known color: Medium Turquoise. HEX triplet: 40, CA and C2. RGB value is (64,202,194). Sum of RGB (Red+Green+Blue) = 64+202+194=460 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.91% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 194 (76.17% from 255 or 42.17% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAC2 is #BF353D. Grayscale: #9F9F9F. Windows color (decimal): -12531006 or 12765760. OLE color: 12765760.
HSL color Cylindrical-coordinate representation of color #40CAC2: hue angle of 176.52º 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 #40CAC2 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 194 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.21 |
| HSL | 176.52º | 0.57% | 0.52% | - |
| HSV(B) | 176.52º | 0.68% | 0.79% | - |
| XYZ | 32.97 | 47.23 | 58.42 | - |
| YUV | 159.83 | 147.28 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 194 | 0.68 | 0 | 0.04 | 0.21 | 176.52 | 0.57 | 0.52 |
| Hex | 40 | CA | C2 | 44 | 0 | 4 | 15 | B1 | 39 | 34 |
| Octal | 100 | 312 | 302 | 104 | 0 | 4 | 25 | 261 | 71 | 64 |
| Binary | 1000000 | 11001010 | 11000010 | 1000100 | 0 | 100 | 10101 | 10110001 | 111001 | 110100 |
Color Harmonies of #40CAC2
Complementary color
Monochromatic Colors of #40CAC2
Black with #40CAC2
Text Example
Text Example
White with #40CAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAC2; }
p { color: rgb(64,202,194); }
H1.HeaderClassName
{
color: #40CAC2;
}
.AnyTagClassName
{
color: #40CAC2;
}
</style>
background-color css
<style>
a { background-color: #40CAC2; }
a { background-color: rgb(64,202,194); }
div.DivClassName
{
background-color: #40CAC2;
}
.BgClassName
{
background-color: #40CAC2;
}
</style>
border-color css
<style>
span { border-color: #40CAC2; }
span { border-color: rgb(64,202,194); }
td.TdClassName
{
border-color: #40CAC2;
}
.TagClassName
{
border-color: #40CAC2;
}
</style>