Shades of Medium Turquoise #40D2BF
Tints of Medium Turquoise #40D2BF
RGB
CMYK
RGB Variations
Color information
#40D2BF (or 0x40D2BF) is known color: Medium Turquoise. HEX triplet: 40, D2 and BF. RGB value is (64,210,191). Sum of RGB (Red+Green+Blue) = 64+210+191=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #40D2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40D2BF is #BF2D40. Grayscale: #A4A4A4. Windows color (decimal): -12528961 or 12571200. OLE color: 12571200.
HSL color Cylindrical-coordinate representation of color #40D2BF: hue angle of 172.19º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40D2BF is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 210 | 191 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.18 |
| HSL | 172.19º | 0.62% | 0.54% | - |
| HSV(B) | 172.19º | 0.7% | 0.82% | - |
| XYZ | 34.56 | 50.94 | 57.3 | - |
| YUV | 164.18 | 143.13 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 210 | 191 | 0.70 | 0 | 0.09 | 0.18 | 172.19 | 0.62 | 0.54 |
| Hex | 40 | D2 | BF | 46 | 0 | 9 | 12 | AC | 3E | 36 |
| Octal | 100 | 322 | 277 | 106 | 0 | 11 | 22 | 254 | 76 | 66 |
| Binary | 1000000 | 11010010 | 10111111 | 1000110 | 0 | 1001 | 10010 | 10101100 | 111110 | 110110 |
Color Harmonies of #40D2BF
Complementary color
Monochromatic Colors of #40D2BF
Black with #40D2BF
Text Example
Text Example
White with #40D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D2BF; }
p { color: rgb(64,210,191); }
H1.HeaderClassName
{
color: #40D2BF;
}
.AnyTagClassName
{
color: #40D2BF;
}
</style>
background-color css
<style>
a { background-color: #40D2BF; }
a { background-color: rgb(64,210,191); }
div.DivClassName
{
background-color: #40D2BF;
}
.BgClassName
{
background-color: #40D2BF;
}
</style>
border-color css
<style>
span { border-color: #40D2BF; }
span { border-color: rgb(64,210,191); }
td.TdClassName
{
border-color: #40D2BF;
}
.TagClassName
{
border-color: #40D2BF;
}
</style>