Shades of Medium Turquoise #40CEC1
Tints of Medium Turquoise #40CEC1
RGB
CMYK
RGB Variations
Color information
#40CEC1 (or 0x40CEC1) is known color: Medium Turquoise. HEX triplet: 40, CE and C1. RGB value is (64,206,193). Sum of RGB (Red+Green+Blue) = 64+206+193=463 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.82% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC1 is #BF313E. Grayscale: #A1A1A1. Windows color (decimal): -12529983 or 12701248. OLE color: 12701248.
HSL color Cylindrical-coordinate representation of color #40CEC1: hue angle of 174.51º 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 #40CEC1 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 193 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.19 |
| HSL | 174.51º | 0.59% | 0.53% | - |
| HSV(B) | 174.51º | 0.69% | 0.81% | - |
| XYZ | 33.81 | 49.08 | 58.14 | - |
| YUV | 162.06 | 145.46 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 193 | 0.69 | 0 | 0.06 | 0.19 | 174.51 | 0.59 | 0.53 |
| Hex | 40 | CE | C1 | 45 | 0 | 6 | 13 | AF | 3B | 35 |
| Octal | 100 | 316 | 301 | 105 | 0 | 6 | 23 | 257 | 73 | 65 |
| Binary | 1000000 | 11001110 | 11000001 | 1000101 | 0 | 110 | 10011 | 10101111 | 111011 | 110101 |
Color Harmonies of #40CEC1
Complementary color
Monochromatic Colors of #40CEC1
Black with #40CEC1
Text Example
Text Example
White with #40CEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEC1; }
p { color: rgb(64,206,193); }
H1.HeaderClassName
{
color: #40CEC1;
}
.AnyTagClassName
{
color: #40CEC1;
}
</style>
background-color css
<style>
a { background-color: #40CEC1; }
a { background-color: rgb(64,206,193); }
div.DivClassName
{
background-color: #40CEC1;
}
.BgClassName
{
background-color: #40CEC1;
}
</style>
border-color css
<style>
span { border-color: #40CEC1; }
span { border-color: rgb(64,206,193); }
td.TdClassName
{
border-color: #40CEC1;
}
.TagClassName
{
border-color: #40CEC1;
}
</style>