Shades of Medium Turquoise #40CDB8
Tints of Medium Turquoise #40CDB8
RGB
CMYK
RGB Variations
Color information
#40CDB8 (or 0x40CDB8) is known color: Medium Turquoise. HEX triplet: 40, CD and B8. RGB value is (64,205,184). Sum of RGB (Red+Green+Blue) = 64+205+184=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 184 (72.27% from 255 or 40.62% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDB8 is #BF3247. Grayscale: #A0A0A0. Windows color (decimal): -12530248 or 12111168. OLE color: 12111168.
HSL color Cylindrical-coordinate representation of color #40CDB8: hue angle of 171.06º 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 #40CDB8 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 184 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.20 |
| HSL | 171.06º | 0.59% | 0.53% | - |
| HSV(B) | 171.06º | 0.69% | 0.8% | - |
| XYZ | 32.6 | 48.21 | 52.94 | - |
| YUV | 160.45 | 141.29 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 184 | 0.69 | 0 | 0.10 | 0.20 | 171.06 | 0.59 | 0.53 |
| Hex | 40 | CD | B8 | 45 | 0 | A | 14 | AB | 3B | 35 |
| Octal | 100 | 315 | 270 | 105 | 0 | 12 | 24 | 253 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10111000 | 1000101 | 0 | 1010 | 10100 | 10101011 | 111011 | 110101 |
Color Harmonies of #40CDB8
Complementary color
Monochromatic Colors of #40CDB8
Black with #40CDB8
Text Example
Text Example
White with #40CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDB8; }
p { color: rgb(64,205,184); }
H1.HeaderClassName
{
color: #40CDB8;
}
.AnyTagClassName
{
color: #40CDB8;
}
</style>
background-color css
<style>
a { background-color: #40CDB8; }
a { background-color: rgb(64,205,184); }
div.DivClassName
{
background-color: #40CDB8;
}
.BgClassName
{
background-color: #40CDB8;
}
</style>
border-color css
<style>
span { border-color: #40CDB8; }
span { border-color: rgb(64,205,184); }
td.TdClassName
{
border-color: #40CDB8;
}
.TagClassName
{
border-color: #40CDB8;
}
</style>