Shades of Medium Turquoise #40CEC2
Tints of Medium Turquoise #40CEC2
RGB
CMYK
RGB Variations
Color information
#40CEC2 (or 0x40CEC2) is known color: Medium Turquoise. HEX triplet: 40, CE and C2. RGB value is (64,206,194). Sum of RGB (Red+Green+Blue) = 64+206+194=464 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.79% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC2 is #BF313D. Grayscale: #A2A2A2. Windows color (decimal): -12529982 or 12766784. OLE color: 12766784.
HSL color Cylindrical-coordinate representation of color #40CEC2: hue angle of 174.93º 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 #40CEC2 is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 194 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.19 |
| HSL | 174.93º | 0.59% | 0.53% | - |
| HSV(B) | 174.93º | 0.69% | 0.81% | - |
| XYZ | 33.92 | 49.13 | 58.73 | - |
| YUV | 162.17 | 145.96 | 57.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 194 | 0.69 | 0 | 0.06 | 0.19 | 174.93 | 0.59 | 0.53 |
| Hex | 40 | CE | C2 | 45 | 0 | 6 | 13 | AF | 3B | 35 |
| Octal | 100 | 316 | 302 | 105 | 0 | 6 | 23 | 257 | 73 | 65 |
| Binary | 1000000 | 11001110 | 11000010 | 1000101 | 0 | 110 | 10011 | 10101111 | 111011 | 110101 |
Color Harmonies of #40CEC2
Complementary color
Monochromatic Colors of #40CEC2
Black with #40CEC2
Text Example
Text Example
White with #40CEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEC2; }
p { color: rgb(64,206,194); }
H1.HeaderClassName
{
color: #40CEC2;
}
.AnyTagClassName
{
color: #40CEC2;
}
</style>
background-color css
<style>
a { background-color: #40CEC2; }
a { background-color: rgb(64,206,194); }
div.DivClassName
{
background-color: #40CEC2;
}
.BgClassName
{
background-color: #40CEC2;
}
</style>
border-color css
<style>
span { border-color: #40CEC2; }
span { border-color: rgb(64,206,194); }
td.TdClassName
{
border-color: #40CEC2;
}
.TagClassName
{
border-color: #40CEC2;
}
</style>