Shades of Medium Turquoise #40CDBE
Tints of Medium Turquoise #40CDBE
RGB
CMYK
RGB Variations
Color information
#40CDBE (or 0x40CDBE) is known color: Medium Turquoise. HEX triplet: 40, CD and BE. RGB value is (64,205,190). Sum of RGB (Red+Green+Blue) = 64+205+190=459 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.94% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #40CDBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CDBE is #BF3241. Grayscale: #A1A1A1. Windows color (decimal): -12530242 or 12504384. OLE color: 12504384.
HSL color Cylindrical-coordinate representation of color #40CDBE: hue angle of 173.62º 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 #40CDBE is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 205 | 190 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.20 |
| HSL | 173.62º | 0.59% | 0.53% | - |
| HSV(B) | 173.62º | 0.69% | 0.8% | - |
| XYZ | 33.24 | 48.47 | 56.32 | - |
| YUV | 161.13 | 144.29 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 205 | 190 | 0.69 | 0 | 0.07 | 0.20 | 173.62 | 0.59 | 0.53 |
| Hex | 40 | CD | BE | 45 | 0 | 7 | 14 | AE | 3B | 35 |
| Octal | 100 | 315 | 276 | 105 | 0 | 7 | 24 | 256 | 73 | 65 |
| Binary | 1000000 | 11001101 | 10111110 | 1000101 | 0 | 111 | 10100 | 10101110 | 111011 | 110101 |
Color Harmonies of #40CDBE
Complementary color
Monochromatic Colors of #40CDBE
Black with #40CDBE
Text Example
Text Example
White with #40CDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CDBE; }
p { color: rgb(64,205,190); }
H1.HeaderClassName
{
color: #40CDBE;
}
.AnyTagClassName
{
color: #40CDBE;
}
</style>
background-color css
<style>
a { background-color: #40CDBE; }
a { background-color: rgb(64,205,190); }
div.DivClassName
{
background-color: #40CDBE;
}
.BgClassName
{
background-color: #40CDBE;
}
</style>
border-color css
<style>
span { border-color: #40CDBE; }
span { border-color: rgb(64,205,190); }
td.TdClassName
{
border-color: #40CDBE;
}
.TagClassName
{
border-color: #40CDBE;
}
</style>