Shades of Medium Turquoise #40CCDC
Tints of Medium Turquoise #40CCDC
RGB
CMYK
RGB Variations
Color information
#40CCDC (or 0x40CCDC) is known color: Medium Turquoise. HEX triplet: 40, CC and DC. RGB value is (64,204,220). Sum of RGB (Red+Green+Blue) = 64+204+220=488 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.11% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #40CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CCDC is #BF3323. Grayscale: #A3A3A3. Windows color (decimal): -12530468 or 14470208. OLE color: 14470208.
HSL color Cylindrical-coordinate representation of color #40CCDC: hue angle of 186.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40CCDC is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 204 | 220 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.14 |
| HSL | 186.15º | 0.69% | 0.56% | - |
| HSV(B) | 186.15º | 0.71% | 0.86% | - |
| XYZ | 36.63 | 49.44 | 75.32 | - |
| YUV | 163.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 220 | 0.71 | 0.07 | 0 | 0.14 | 186.15 | 0.69 | 0.56 |
| Hex | 40 | CC | DC | 47 | 7 | 0 | E | BA | 45 | 38 |
| Octal | 100 | 314 | 334 | 107 | 7 | 0 | 16 | 272 | 105 | 70 |
| Binary | 1000000 | 11001100 | 11011100 | 1000111 | 111 | 0 | 1110 | 10111010 | 1000101 | 111000 |
Color Harmonies of #40CCDC
Complementary color
Monochromatic Colors of #40CCDC
Black with #40CCDC
Text Example
Text Example
White with #40CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CCDC; }
p { color: rgb(64,204,220); }
H1.HeaderClassName
{
color: #40CCDC;
}
.AnyTagClassName
{
color: #40CCDC;
}
</style>
background-color css
<style>
a { background-color: #40CCDC; }
a { background-color: rgb(64,204,220); }
div.DivClassName
{
background-color: #40CCDC;
}
.BgClassName
{
background-color: #40CCDC;
}
</style>
border-color css
<style>
span { border-color: #40CCDC; }
span { border-color: rgb(64,204,220); }
td.TdClassName
{
border-color: #40CCDC;
}
.TagClassName
{
border-color: #40CCDC;
}
</style>