Shades of Medium Turquoise #40CDCD
Tints of Medium Turquoise #40CDCD
RGB
CMYK
RGB Variations
Color information
#40CDCD (or 0x40CDCD) is known color: Medium Turquoise. HEX triplet: 40, CD and CD. RGB value is (64,205,205). Sum of RGB (Red+Green+Blue) = 64+205+205=474 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.50% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #40CDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDCD is #BF3232. Grayscale: #A2A2A2. Windows color (decimal): -12530227 or 13487424. OLE color: 13487424.
HSL color Cylindrical-coordinate representation of color #40CDCD: hue angle of 180º 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 #40CDCD is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 205 | - |
| CMYK | 0.69 | 0 | 0 | 0.20 |
| HSL | 180º | 0.59% | 0.53% | - |
| HSV(B) | 180º | 0.69% | 0.8% | - |
| XYZ | 34.97 | 49.16 | 65.4 | - |
| YUV | 162.84 | 151.79 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 205 | 0.69 | 0 | 0 | 0.20 | 180 | 0.59 | 0.53 |
| Hex | 40 | CD | CD | 45 | 0 | 0 | 14 | B4 | 3B | 35 |
| Octal | 100 | 315 | 315 | 105 | 0 | 0 | 24 | 264 | 73 | 65 |
| Binary | 1000000 | 11001101 | 11001101 | 1000101 | 0 | 0 | 10100 | 10110100 | 111011 | 110101 |
Color Harmonies of #40CDCD
Complementary color
Monochromatic Colors of #40CDCD
Black with #40CDCD
Text Example
Text Example
White with #40CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDCD; }
p { color: rgb(64,205,205); }
H1.HeaderClassName
{
color: #40CDCD;
}
.AnyTagClassName
{
color: #40CDCD;
}
</style>
background-color css
<style>
a { background-color: #40CDCD; }
a { background-color: rgb(64,205,205); }
div.DivClassName
{
background-color: #40CDCD;
}
.BgClassName
{
background-color: #40CDCD;
}
</style>
border-color css
<style>
span { border-color: #40CDCD; }
span { border-color: rgb(64,205,205); }
td.TdClassName
{
border-color: #40CDCD;
}
.TagClassName
{
border-color: #40CDCD;
}
</style>