Shades of Medium Turquoise #40CECD
Tints of Medium Turquoise #40CECD
RGB
CMYK
RGB Variations
Color information
#40CECD (or 0x40CECD) is known color: Medium Turquoise. HEX triplet: 40, CE and CD. RGB value is (64,206,205). Sum of RGB (Red+Green+Blue) = 64+206+205=475 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.47% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #40CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CECD is #BF3132. Grayscale: #A3A3A3. Windows color (decimal): -12529971 or 13487680. OLE color: 13487680.
HSL color Cylindrical-coordinate representation of color #40CECD: hue angle of 179.58º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CECD is Cyan = 0.69, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 205 | - |
| CMYK | 0.69 | 0 | 0.00 | 0.19 |
| HSL | 179.58º | 0.59% | 0.53% | - |
| HSV(B) | 179.58º | 0.69% | 0.81% | - |
| XYZ | 35.21 | 49.64 | 65.48 | - |
| YUV | 163.43 | 151.46 | 57.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 205 | 0.69 | 0 | 0.00 | 0.19 | 179.58 | 0.59 | 0.53 |
| Hex | 40 | CE | CD | 45 | 0 | 0 | 13 | B4 | 3B | 35 |
| Octal | 100 | 316 | 315 | 105 | 0 | 0 | 23 | 264 | 73 | 65 |
| Binary | 1000000 | 11001110 | 11001101 | 1000101 | 0 | 0 | 10011 | 10110100 | 111011 | 110101 |
Color Harmonies of #40CECD
Complementary color
Monochromatic Colors of #40CECD
Black with #40CECD
Text Example
Text Example
White with #40CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CECD; }
p { color: rgb(64,206,205); }
H1.HeaderClassName
{
color: #40CECD;
}
.AnyTagClassName
{
color: #40CECD;
}
</style>
background-color css
<style>
a { background-color: #40CECD; }
a { background-color: rgb(64,206,205); }
div.DivClassName
{
background-color: #40CECD;
}
.BgClassName
{
background-color: #40CECD;
}
</style>
border-color css
<style>
span { border-color: #40CECD; }
span { border-color: rgb(64,206,205); }
td.TdClassName
{
border-color: #40CECD;
}
.TagClassName
{
border-color: #40CECD;
}
</style>