Shades of Medium Turquoise #40CAC5
Tints of Medium Turquoise #40CAC5
RGB
CMYK
RGB Variations
Color information
#40CAC5 (or 0x40CAC5) is known color: Medium Turquoise. HEX triplet: 40, CA and C5. RGB value is (64,202,197). Sum of RGB (Red+Green+Blue) = 64+202+197=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 197 (77.34% from 255 or 42.55% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #40CAC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CAC5 is #BF353A. Grayscale: #A0A0A0. Windows color (decimal): -12531003 or 12962368. OLE color: 12962368.
HSL color Cylindrical-coordinate representation of color #40CAC5: hue angle of 177.83º 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 #40CAC5 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 197 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.21 |
| HSL | 177.83º | 0.57% | 0.52% | - |
| HSV(B) | 177.83º | 0.68% | 0.79% | - |
| XYZ | 33.31 | 47.36 | 60.21 | - |
| YUV | 160.17 | 148.78 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 197 | 0.68 | 0 | 0.02 | 0.21 | 177.83 | 0.57 | 0.52 |
| Hex | 40 | CA | C5 | 44 | 0 | 2 | 15 | B2 | 39 | 34 |
| Octal | 100 | 312 | 305 | 104 | 0 | 2 | 25 | 262 | 71 | 64 |
| Binary | 1000000 | 11001010 | 11000101 | 1000100 | 0 | 10 | 10101 | 10110010 | 111001 | 110100 |
Color Harmonies of #40CAC5
Complementary color
Monochromatic Colors of #40CAC5
Black with #40CAC5
Text Example
Text Example
White with #40CAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CAC5; }
p { color: rgb(64,202,197); }
H1.HeaderClassName
{
color: #40CAC5;
}
.AnyTagClassName
{
color: #40CAC5;
}
</style>
background-color css
<style>
a { background-color: #40CAC5; }
a { background-color: rgb(64,202,197); }
div.DivClassName
{
background-color: #40CAC5;
}
.BgClassName
{
background-color: #40CAC5;
}
</style>
border-color css
<style>
span { border-color: #40CAC5; }
span { border-color: rgb(64,202,197); }
td.TdClassName
{
border-color: #40CAC5;
}
.TagClassName
{
border-color: #40CAC5;
}
</style>