Shades of Medium Turquoise #40CDB4
Tints of Medium Turquoise #40CDB4
RGB
CMYK
RGB Variations
Color information
#40CDB4 (or 0x40CDB4) is known color: Medium Turquoise. HEX triplet: 40, CD and B4. RGB value is (64,205,180). Sum of RGB (Red+Green+Blue) = 64+205+180=449 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.25% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDB4 is #BF324B. Grayscale: #9F9F9F. Windows color (decimal): -12530252 or 11849024. OLE color: 11849024.
HSL color Cylindrical-coordinate representation of color #40CDB4: hue angle of 169.36º 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 #40CDB4 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 180 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.20 |
| HSL | 169.36º | 0.59% | 0.53% | - |
| HSV(B) | 169.36º | 0.69% | 0.8% | - |
| XYZ | 32.18 | 48.05 | 50.76 | - |
| YUV | 159.99 | 139.29 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 180 | 0.69 | 0 | 0.12 | 0.20 | 169.36 | 0.59 | 0.53 |
| Hex | 40 | CD | B4 | 45 | 0 | C | 14 | A9 | 3B | 35 |
| Octal | 100 | 315 | 264 | 105 | 0 | 14 | 24 | 251 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10110100 | 1000101 | 0 | 1100 | 10100 | 10101001 | 111011 | 110101 |
Color Harmonies of #40CDB4
Complementary color
Monochromatic Colors of #40CDB4
Black with #40CDB4
Text Example
Text Example
White with #40CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDB4; }
p { color: rgb(64,205,180); }
H1.HeaderClassName
{
color: #40CDB4;
}
.AnyTagClassName
{
color: #40CDB4;
}
</style>
background-color css
<style>
a { background-color: #40CDB4; }
a { background-color: rgb(64,205,180); }
div.DivClassName
{
background-color: #40CDB4;
}
.BgClassName
{
background-color: #40CDB4;
}
</style>
border-color css
<style>
span { border-color: #40CDB4; }
span { border-color: rgb(64,205,180); }
td.TdClassName
{
border-color: #40CDB4;
}
.TagClassName
{
border-color: #40CDB4;
}
</style>