Shades of Medium Turquoise #40CDB7
Tints of Medium Turquoise #40CDB7
RGB
CMYK
RGB Variations
Color information
#40CDB7 (or 0x40CDB7) is known color: Medium Turquoise. HEX triplet: 40, CD and B7. RGB value is (64,205,183). Sum of RGB (Red+Green+Blue) = 64+205+183=452 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.16% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDB7 is #BF3248. Grayscale: #A0A0A0. Windows color (decimal): -12530249 or 12045632. OLE color: 12045632.
HSL color Cylindrical-coordinate representation of color #40CDB7: hue angle of 170.64º 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 #40CDB7 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 183 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.20 |
| HSL | 170.64º | 0.59% | 0.53% | - |
| HSV(B) | 170.64º | 0.69% | 0.8% | - |
| XYZ | 32.49 | 48.17 | 52.39 | - |
| YUV | 160.33 | 140.79 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 183 | 0.69 | 0 | 0.11 | 0.20 | 170.64 | 0.59 | 0.53 |
| Hex | 40 | CD | B7 | 45 | 0 | B | 14 | AB | 3B | 35 |
| Octal | 100 | 315 | 267 | 105 | 0 | 13 | 24 | 253 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10110111 | 1000101 | 0 | 1011 | 10100 | 10101011 | 111011 | 110101 |
Color Harmonies of #40CDB7
Complementary color
Monochromatic Colors of #40CDB7
Black with #40CDB7
Text Example
Text Example
White with #40CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDB7; }
p { color: rgb(64,205,183); }
H1.HeaderClassName
{
color: #40CDB7;
}
.AnyTagClassName
{
color: #40CDB7;
}
</style>
background-color css
<style>
a { background-color: #40CDB7; }
a { background-color: rgb(64,205,183); }
div.DivClassName
{
background-color: #40CDB7;
}
.BgClassName
{
background-color: #40CDB7;
}
</style>
border-color css
<style>
span { border-color: #40CDB7; }
span { border-color: rgb(64,205,183); }
td.TdClassName
{
border-color: #40CDB7;
}
.TagClassName
{
border-color: #40CDB7;
}
</style>