Shades of Medium Turquoise #40CDB5
Tints of Medium Turquoise #40CDB5
RGB
CMYK
RGB Variations
Color information
#40CDB5 (or 0x40CDB5) is known color: Medium Turquoise. HEX triplet: 40, CD and B5. RGB value is (64,205,181). Sum of RGB (Red+Green+Blue) = 64+205+181=450 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.22% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDB5 is #BF324A. Grayscale: #A0A0A0. Windows color (decimal): -12530251 or 11914560. OLE color: 11914560.
HSL color Cylindrical-coordinate representation of color #40CDB5: hue angle of 169.79º 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 #40CDB5 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 181 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.20 |
| HSL | 169.79º | 0.59% | 0.53% | - |
| HSV(B) | 169.79º | 0.69% | 0.8% | - |
| XYZ | 32.29 | 48.09 | 51.3 | - |
| YUV | 160.11 | 139.79 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 181 | 0.69 | 0 | 0.12 | 0.20 | 169.79 | 0.59 | 0.53 |
| Hex | 40 | CD | B5 | 45 | 0 | C | 14 | AA | 3B | 35 |
| Octal | 100 | 315 | 265 | 105 | 0 | 14 | 24 | 252 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10110101 | 1000101 | 0 | 1100 | 10100 | 10101010 | 111011 | 110101 |
Color Harmonies of #40CDB5
Complementary color
Monochromatic Colors of #40CDB5
Black with #40CDB5
Text Example
Text Example
White with #40CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDB5; }
p { color: rgb(64,205,181); }
H1.HeaderClassName
{
color: #40CDB5;
}
.AnyTagClassName
{
color: #40CDB5;
}
</style>
background-color css
<style>
a { background-color: #40CDB5; }
a { background-color: rgb(64,205,181); }
div.DivClassName
{
background-color: #40CDB5;
}
.BgClassName
{
background-color: #40CDB5;
}
</style>
border-color css
<style>
span { border-color: #40CDB5; }
span { border-color: rgb(64,205,181); }
td.TdClassName
{
border-color: #40CDB5;
}
.TagClassName
{
border-color: #40CDB5;
}
</style>