Shades of Medium Turquoise #40CFB6
Tints of Medium Turquoise #40CFB6
RGB
CMYK
RGB Variations
Color information
#40CFB6 (or 0x40CFB6) is known color: Medium Turquoise. HEX triplet: 40, CF and B6. RGB value is (64,207,182). Sum of RGB (Red+Green+Blue) = 64+207+182=453 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.13% from 453); Green value is 207 (81.25% from 255 or 45.70% from 453); Blue value is 182 (71.48% from 255 or 40.18% from 453); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFB6 is #BF3049. Grayscale: #A1A1A1. Windows color (decimal): -12529738 or 11980608. OLE color: 11980608.
HSL color Cylindrical-coordinate representation of color #40CFB6: hue angle of 169.51º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CFB6 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 182 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.19 |
| HSL | 169.51º | 0.6% | 0.53% | - |
| HSV(B) | 169.51º | 0.69% | 0.81% | - |
| XYZ | 32.87 | 49.09 | 52 | - |
| YUV | 161.39 | 139.62 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 182 | 0.69 | 0 | 0.12 | 0.19 | 169.51 | 0.6 | 0.53 |
| Hex | 40 | CF | B6 | 45 | 0 | C | 13 | AA | 3C | 35 |
| Octal | 100 | 317 | 266 | 105 | 0 | 14 | 23 | 252 | 74 | 65 |
| Binary | 1000000 | 11001111 | 10110110 | 1000101 | 0 | 1100 | 10011 | 10101010 | 111100 | 110101 |
Color Harmonies of #40CFB6
Complementary color
Monochromatic Colors of #40CFB6
Black with #40CFB6
Text Example
Text Example
White with #40CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFB6; }
p { color: rgb(64,207,182); }
H1.HeaderClassName
{
color: #40CFB6;
}
.AnyTagClassName
{
color: #40CFB6;
}
</style>
background-color css
<style>
a { background-color: #40CFB6; }
a { background-color: rgb(64,207,182); }
div.DivClassName
{
background-color: #40CFB6;
}
.BgClassName
{
background-color: #40CFB6;
}
</style>
border-color css
<style>
span { border-color: #40CFB6; }
span { border-color: rgb(64,207,182); }
td.TdClassName
{
border-color: #40CFB6;
}
.TagClassName
{
border-color: #40CFB6;
}
</style>