Shades of Medium Turquoise #40C6CE
Tints of Medium Turquoise #40C6CE
RGB
CMYK
RGB Variations
Color information
#40C6CE (or 0x40C6CE) is known color: Medium Turquoise. HEX triplet: 40, C6 and CE. RGB value is (64,198,206). Sum of RGB (Red+Green+Blue) = 64+198+206=468 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.68% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #40C6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C6CE is #BF3931. Grayscale: #9E9E9E. Windows color (decimal): -12532018 or 13551168. OLE color: 13551168.
HSL color Cylindrical-coordinate representation of color #40C6CE: hue angle of 183.38º degrees, saturation: 0.59, 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 #40C6CE is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 198 | 206 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.19 |
| HSL | 183.38º | 0.59% | 0.53% | - |
| HSV(B) | 183.38º | 0.69% | 0.81% | - |
| XYZ | 33.45 | 45.93 | 65.5 | - |
| YUV | 158.85 | 154.61 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 198 | 206 | 0.69 | 0.04 | 0 | 0.19 | 183.38 | 0.59 | 0.53 |
| Hex | 40 | C6 | CE | 45 | 4 | 0 | 13 | B7 | 3B | 35 |
| Octal | 100 | 306 | 316 | 105 | 4 | 0 | 23 | 267 | 73 | 65 |
| Binary | 1000000 | 11000110 | 11001110 | 1000101 | 100 | 0 | 10011 | 10110111 | 111011 | 110101 |
Color Harmonies of #40C6CE
Complementary color
Monochromatic Colors of #40C6CE
Black with #40C6CE
Text Example
Text Example
White with #40C6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C6CE; }
p { color: rgb(64,198,206); }
H1.HeaderClassName
{
color: #40C6CE;
}
.AnyTagClassName
{
color: #40C6CE;
}
</style>
background-color css
<style>
a { background-color: #40C6CE; }
a { background-color: rgb(64,198,206); }
div.DivClassName
{
background-color: #40C6CE;
}
.BgClassName
{
background-color: #40C6CE;
}
</style>
border-color css
<style>
span { border-color: #40C6CE; }
span { border-color: rgb(64,198,206); }
td.TdClassName
{
border-color: #40C6CE;
}
.TagClassName
{
border-color: #40C6CE;
}
</style>