Shades of Medium Turquoise #40C8CD
Tints of Medium Turquoise #40C8CD
RGB
CMYK
RGB Variations
Color information
#40C8CD (or 0x40C8CD) is known color: Medium Turquoise. HEX triplet: 40, C8 and CD. RGB value is (64,200,205). Sum of RGB (Red+Green+Blue) = 64+200+205=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #40C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C8CD is #BF3732. Grayscale: #9F9F9F. Windows color (decimal): -12531507 or 13486144. OLE color: 13486144.
HSL color Cylindrical-coordinate representation of color #40C8CD: hue angle of 182.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C8CD is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 200 | 205 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.20 |
| HSL | 182.13º | 0.59% | 0.53% | - |
| HSV(B) | 182.13º | 0.69% | 0.8% | - |
| XYZ | 33.79 | 46.81 | 65.01 | - |
| YUV | 159.91 | 153.44 | 59.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 205 | 0.69 | 0.02 | 0 | 0.20 | 182.13 | 0.59 | 0.53 |
| Hex | 40 | C8 | CD | 45 | 2 | 0 | 14 | B6 | 3B | 35 |
| Octal | 100 | 310 | 315 | 105 | 2 | 0 | 24 | 266 | 73 | 65 |
| Binary | 1000000 | 11001000 | 11001101 | 1000101 | 10 | 0 | 10100 | 10110110 | 111011 | 110101 |
Color Harmonies of #40C8CD
Complementary color
Monochromatic Colors of #40C8CD
Black with #40C8CD
Text Example
Text Example
White with #40C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C8CD; }
p { color: rgb(64,200,205); }
H1.HeaderClassName
{
color: #40C8CD;
}
.AnyTagClassName
{
color: #40C8CD;
}
</style>
background-color css
<style>
a { background-color: #40C8CD; }
a { background-color: rgb(64,200,205); }
div.DivClassName
{
background-color: #40C8CD;
}
.BgClassName
{
background-color: #40C8CD;
}
</style>
border-color css
<style>
span { border-color: #40C8CD; }
span { border-color: rgb(64,200,205); }
td.TdClassName
{
border-color: #40C8CD;
}
.TagClassName
{
border-color: #40C8CD;
}
</style>