Shades of Medium Turquoise #40C8CA
Tints of Medium Turquoise #40C8CA
RGB
CMYK
RGB Variations
Color information
#40C8CA (or 0x40C8CA) is known color: Medium Turquoise. HEX triplet: 40, C8 and CA. RGB value is (64,200,202). Sum of RGB (Red+Green+Blue) = 64+200+202=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #40C8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C8CA is #BF3735. Grayscale: #9F9F9F. Windows color (decimal): -12531510 or 13289536. OLE color: 13289536.
HSL color Cylindrical-coordinate representation of color #40C8CA: hue angle of 180.87º 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 #40C8CA is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 200 | 202 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.21 |
| HSL | 180.87º | 0.57% | 0.52% | - |
| HSV(B) | 180.87º | 0.68% | 0.79% | - |
| XYZ | 33.43 | 46.66 | 63.12 | - |
| YUV | 159.56 | 151.94 | 59.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 202 | 0.68 | 0.01 | 0 | 0.21 | 180.87 | 0.57 | 0.52 |
| Hex | 40 | C8 | CA | 44 | 1 | 0 | 15 | B5 | 39 | 34 |
| Octal | 100 | 310 | 312 | 104 | 1 | 0 | 25 | 265 | 71 | 64 |
| Binary | 1000000 | 11001000 | 11001010 | 1000100 | 1 | 0 | 10101 | 10110101 | 111001 | 110100 |
Color Harmonies of #40C8CA
Complementary color
Monochromatic Colors of #40C8CA
Black with #40C8CA
Text Example
Text Example
White with #40C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C8CA; }
p { color: rgb(64,200,202); }
H1.HeaderClassName
{
color: #40C8CA;
}
.AnyTagClassName
{
color: #40C8CA;
}
</style>
background-color css
<style>
a { background-color: #40C8CA; }
a { background-color: rgb(64,200,202); }
div.DivClassName
{
background-color: #40C8CA;
}
.BgClassName
{
background-color: #40C8CA;
}
</style>
border-color css
<style>
span { border-color: #40C8CA; }
span { border-color: rgb(64,200,202); }
td.TdClassName
{
border-color: #40C8CA;
}
.TagClassName
{
border-color: #40C8CA;
}
</style>