Shades of Medium Turquoise #40CECC
Tints of Medium Turquoise #40CECC
RGB
CMYK
RGB Variations
Color information
#40CECC (or 0x40CECC) is known color: Medium Turquoise. HEX triplet: 40, CE and CC. RGB value is (64,206,204). Sum of RGB (Red+Green+Blue) = 64+206+204=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #40CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CECC is #BF3133. Grayscale: #A3A3A3. Windows color (decimal): -12529972 or 13422144. OLE color: 13422144.
HSL color Cylindrical-coordinate representation of color #40CECC: hue angle of 179.15º 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 #40CECC is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 204 | - |
| CMYK | 0.69 | 0 | 0.01 | 0.19 |
| HSL | 179.15º | 0.59% | 0.53% | - |
| HSV(B) | 179.15º | 0.69% | 0.81% | - |
| XYZ | 35.08 | 49.59 | 64.85 | - |
| YUV | 163.31 | 150.96 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 204 | 0.69 | 0 | 0.01 | 0.19 | 179.15 | 0.59 | 0.53 |
| Hex | 40 | CE | CC | 45 | 0 | 1 | 13 | B3 | 3B | 35 |
| Octal | 100 | 316 | 314 | 105 | 0 | 1 | 23 | 263 | 73 | 65 |
| Binary | 1000000 | 11001110 | 11001100 | 1000101 | 0 | 1 | 10011 | 10110011 | 111011 | 110101 |
Color Harmonies of #40CECC
Complementary color
Monochromatic Colors of #40CECC
Black with #40CECC
Text Example
Text Example
White with #40CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CECC; }
p { color: rgb(64,206,204); }
H1.HeaderClassName
{
color: #40CECC;
}
.AnyTagClassName
{
color: #40CECC;
}
</style>
background-color css
<style>
a { background-color: #40CECC; }
a { background-color: rgb(64,206,204); }
div.DivClassName
{
background-color: #40CECC;
}
.BgClassName
{
background-color: #40CECC;
}
</style>
border-color css
<style>
span { border-color: #40CECC; }
span { border-color: rgb(64,206,204); }
td.TdClassName
{
border-color: #40CECC;
}
.TagClassName
{
border-color: #40CECC;
}
</style>