Shades of Medium Turquoise #40CFC6
Tints of Medium Turquoise #40CFC6
RGB
CMYK
RGB Variations
Color information
#40CFC6 (or 0x40CFC6) is known color: Medium Turquoise. HEX triplet: 40, CF and C6. RGB value is (64,207,198). Sum of RGB (Red+Green+Blue) = 64+207+198=469 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.65% from 469); Green value is 207 (81.25% from 255 or 44.14% from 469); Blue value is 198 (77.73% from 255 or 42.22% from 469); Max value from RGB is 207 - color contains mainly: green. Hex color #40CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CFC6 is #BF3039. Grayscale: #A3A3A3. Windows color (decimal): -12529722 or 13029184. OLE color: 13029184.
HSL color Cylindrical-coordinate representation of color #40CFC6: hue angle of 176.22º 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 #40CFC6 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 198 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.19 |
| HSL | 176.22º | 0.6% | 0.53% | - |
| HSV(B) | 176.22º | 0.69% | 0.81% | - |
| XYZ | 34.62 | 49.79 | 61.21 | - |
| YUV | 163.22 | 147.62 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 198 | 0.69 | 0 | 0.04 | 0.19 | 176.22 | 0.6 | 0.53 |
| Hex | 40 | CF | C6 | 45 | 0 | 4 | 13 | B0 | 3C | 35 |
| Octal | 100 | 317 | 306 | 105 | 0 | 4 | 23 | 260 | 74 | 65 |
| Binary | 1000000 | 11001111 | 11000110 | 1000101 | 0 | 100 | 10011 | 10110000 | 111100 | 110101 |
Color Harmonies of #40CFC6
Complementary color
Monochromatic Colors of #40CFC6
Black with #40CFC6
Text Example
Text Example
White with #40CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CFC6; }
p { color: rgb(64,207,198); }
H1.HeaderClassName
{
color: #40CFC6;
}
.AnyTagClassName
{
color: #40CFC6;
}
</style>
background-color css
<style>
a { background-color: #40CFC6; }
a { background-color: rgb(64,207,198); }
div.DivClassName
{
background-color: #40CFC6;
}
.BgClassName
{
background-color: #40CFC6;
}
</style>
border-color css
<style>
span { border-color: #40CFC6; }
span { border-color: rgb(64,207,198); }
td.TdClassName
{
border-color: #40CFC6;
}
.TagClassName
{
border-color: #40CFC6;
}
</style>