Shades of Medium Turquoise #40CDBC
Tints of Medium Turquoise #40CDBC
RGB
CMYK
RGB Variations
Color information
#40CDBC (or 0x40CDBC) is known color: Medium Turquoise. HEX triplet: 40, CD and BC. RGB value is (64,205,188). Sum of RGB (Red+Green+Blue) = 64+205+188=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDBC is #BF3243. Grayscale: #A0A0A0. Windows color (decimal): -12530244 or 12373312. OLE color: 12373312.
HSL color Cylindrical-coordinate representation of color #40CDBC: hue angle of 172.77º 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 #40CDBC is Cyan = 0.69, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 188 | - |
| CMYK | 0.69 | 0 | 0.08 | 0.20 |
| HSL | 172.77º | 0.59% | 0.53% | - |
| HSV(B) | 172.77º | 0.69% | 0.8% | - |
| XYZ | 33.02 | 48.38 | 55.18 | - |
| YUV | 160.9 | 143.29 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 188 | 0.69 | 0 | 0.08 | 0.20 | 172.77 | 0.59 | 0.53 |
| Hex | 40 | CD | BC | 45 | 0 | 8 | 14 | AD | 3B | 35 |
| Octal | 100 | 315 | 274 | 105 | 0 | 10 | 24 | 255 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10111100 | 1000101 | 0 | 1000 | 10100 | 10101101 | 111011 | 110101 |
Color Harmonies of #40CDBC
Complementary color
Monochromatic Colors of #40CDBC
Black with #40CDBC
Text Example
Text Example
White with #40CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDBC; }
p { color: rgb(64,205,188); }
H1.HeaderClassName
{
color: #40CDBC;
}
.AnyTagClassName
{
color: #40CDBC;
}
</style>
background-color css
<style>
a { background-color: #40CDBC; }
a { background-color: rgb(64,205,188); }
div.DivClassName
{
background-color: #40CDBC;
}
.BgClassName
{
background-color: #40CDBC;
}
</style>
border-color css
<style>
span { border-color: #40CDBC; }
span { border-color: rgb(64,205,188); }
td.TdClassName
{
border-color: #40CDBC;
}
.TagClassName
{
border-color: #40CDBC;
}
</style>