Shades of Medium Turquoise #40CDB6
Tints of Medium Turquoise #40CDB6
RGB
CMYK
RGB Variations
Color information
#40CDB6 (or 0x40CDB6) is known color: Medium Turquoise. HEX triplet: 40, CD and B6. RGB value is (64,205,182). Sum of RGB (Red+Green+Blue) = 64+205+182=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 182 (71.48% from 255 or 40.35% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDB6 is #BF3249. Grayscale: #A0A0A0. Windows color (decimal): -12530250 or 11980096. OLE color: 11980096.
HSL color Cylindrical-coordinate representation of color #40CDB6: hue angle of 170.21º 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 #40CDB6 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 182 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.20 |
| HSL | 170.21º | 0.59% | 0.53% | - |
| HSV(B) | 170.21º | 0.69% | 0.8% | - |
| XYZ | 32.39 | 48.13 | 51.84 | - |
| YUV | 160.22 | 140.29 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 182 | 0.69 | 0 | 0.11 | 0.20 | 170.21 | 0.59 | 0.53 |
| Hex | 40 | CD | B6 | 45 | 0 | B | 14 | AA | 3B | 35 |
| Octal | 100 | 315 | 266 | 105 | 0 | 13 | 24 | 252 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10110110 | 1000101 | 0 | 1011 | 10100 | 10101010 | 111011 | 110101 |
Color Harmonies of #40CDB6
Complementary color
Monochromatic Colors of #40CDB6
Black with #40CDB6
Text Example
Text Example
White with #40CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDB6; }
p { color: rgb(64,205,182); }
H1.HeaderClassName
{
color: #40CDB6;
}
.AnyTagClassName
{
color: #40CDB6;
}
</style>
background-color css
<style>
a { background-color: #40CDB6; }
a { background-color: rgb(64,205,182); }
div.DivClassName
{
background-color: #40CDB6;
}
.BgClassName
{
background-color: #40CDB6;
}
</style>
border-color css
<style>
span { border-color: #40CDB6; }
span { border-color: rgb(64,205,182); }
td.TdClassName
{
border-color: #40CDB6;
}
.TagClassName
{
border-color: #40CDB6;
}
</style>