Shades of Medium Turquoise #40CEC3
Tints of Medium Turquoise #40CEC3
RGB
CMYK
RGB Variations
Color information
#40CEC3 (or 0x40CEC3) is known color: Medium Turquoise. HEX triplet: 40, CE and C3. RGB value is (64,206,195). Sum of RGB (Red+Green+Blue) = 64+206+195=465 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.76% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 195 (76.56% from 255 or 41.94% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC3 is #BF313C. Grayscale: #A2A2A2. Windows color (decimal): -12529981 or 12832320. OLE color: 12832320.
HSL color Cylindrical-coordinate representation of color #40CEC3: hue angle of 175.35º 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 #40CEC3 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 195 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.19 |
| HSL | 175.35º | 0.59% | 0.53% | - |
| HSV(B) | 175.35º | 0.69% | 0.81% | - |
| XYZ | 34.04 | 49.17 | 59.33 | - |
| YUV | 162.29 | 146.46 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 195 | 0.69 | 0 | 0.05 | 0.19 | 175.35 | 0.59 | 0.53 |
| Hex | 40 | CE | C3 | 45 | 0 | 5 | 13 | AF | 3B | 35 |
| Octal | 100 | 316 | 303 | 105 | 0 | 5 | 23 | 257 | 73 | 65 |
| Binary | 1000000 | 11001110 | 11000011 | 1000101 | 0 | 101 | 10011 | 10101111 | 111011 | 110101 |
Color Harmonies of #40CEC3
Complementary color
Monochromatic Colors of #40CEC3
Black with #40CEC3
Text Example
Text Example
White with #40CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEC3; }
p { color: rgb(64,206,195); }
H1.HeaderClassName
{
color: #40CEC3;
}
.AnyTagClassName
{
color: #40CEC3;
}
</style>
background-color css
<style>
a { background-color: #40CEC3; }
a { background-color: rgb(64,206,195); }
div.DivClassName
{
background-color: #40CEC3;
}
.BgClassName
{
background-color: #40CEC3;
}
</style>
border-color css
<style>
span { border-color: #40CEC3; }
span { border-color: rgb(64,206,195); }
td.TdClassName
{
border-color: #40CEC3;
}
.TagClassName
{
border-color: #40CEC3;
}
</style>