Shades of Medium Turquoise #40CEC4
Tints of Medium Turquoise #40CEC4
RGB
CMYK
RGB Variations
Color information
#40CEC4 (or 0x40CEC4) is known color: Medium Turquoise. HEX triplet: 40, CE and C4. RGB value is (64,206,196). Sum of RGB (Red+Green+Blue) = 64+206+196=466 (61% of max value = 765). Red value is 64 (25.39% from 255 or 13.73% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #40CEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40CEC4 is #BF313B. Grayscale: #A2A2A2. Windows color (decimal): -12529980 or 12897856. OLE color: 12897856.
HSL color Cylindrical-coordinate representation of color #40CEC4: hue angle of 175.77º 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 #40CEC4 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 206 | 196 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.19 |
| HSL | 175.77º | 0.59% | 0.53% | - |
| HSV(B) | 175.77º | 0.69% | 0.81% | - |
| XYZ | 34.15 | 49.22 | 59.92 | - |
| YUV | 162.4 | 146.96 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 206 | 196 | 0.69 | 0 | 0.05 | 0.19 | 175.77 | 0.59 | 0.53 |
| Hex | 40 | CE | C4 | 45 | 0 | 5 | 13 | B0 | 3B | 35 |
| Octal | 100 | 316 | 304 | 105 | 0 | 5 | 23 | 260 | 73 | 65 |
| Binary | 1000000 | 11001110 | 11000100 | 1000101 | 0 | 101 | 10011 | 10110000 | 111011 | 110101 |
Color Harmonies of #40CEC4
Complementary color
Monochromatic Colors of #40CEC4
Black with #40CEC4
Text Example
Text Example
White with #40CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CEC4; }
p { color: rgb(64,206,196); }
H1.HeaderClassName
{
color: #40CEC4;
}
.AnyTagClassName
{
color: #40CEC4;
}
</style>
background-color css
<style>
a { background-color: #40CEC4; }
a { background-color: rgb(64,206,196); }
div.DivClassName
{
background-color: #40CEC4;
}
.BgClassName
{
background-color: #40CEC4;
}
</style>
border-color css
<style>
span { border-color: #40CEC4; }
span { border-color: rgb(64,206,196); }
td.TdClassName
{
border-color: #40CEC4;
}
.TagClassName
{
border-color: #40CEC4;
}
</style>