Shades of Medium Turquoise #40C9E0
Tints of Medium Turquoise #40C9E0
RGB
CMYK
RGB Variations
Color information
#40C9E0 (or 0x40C9E0) is known color: Medium Turquoise. HEX triplet: 40, C9 and E0. RGB value is (64,201,224). Sum of RGB (Red+Green+Blue) = 64+201+224=489 (64% of max value = 765). Red value is 64 (25.39% from 255 or 13.09% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #40C9E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9E0 is #BF361F. Grayscale: #A2A2A2. Windows color (decimal): -12531232 or 14731584. OLE color: 14731584.
HSL color Cylindrical-coordinate representation of color #40C9E0: hue angle of 188.62º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C9E0 is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 201 | 224 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.12 |
| HSL | 188.63º | 0.72% | 0.56% | - |
| HSV(B) | 188.63º | 0.71% | 0.88% | - |
| XYZ | 36.46 | 48.25 | 77.91 | - |
| YUV | 162.66 | 162.61 | 57.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 224 | 0.71 | 0.10 | 0 | 0.12 | 188.63 | 0.72 | 0.56 |
| Hex | 40 | C9 | E0 | 47 | A | 0 | C | BD | 48 | 38 |
| Octal | 100 | 311 | 340 | 107 | 12 | 0 | 14 | 275 | 110 | 70 |
| Binary | 1000000 | 11001001 | 11100000 | 1000111 | 1010 | 0 | 1100 | 10111101 | 1001000 | 111000 |
Color Harmonies of #40C9E0
Complementary color
Monochromatic Colors of #40C9E0
Black with #40C9E0
Text Example
Text Example
White with #40C9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9E0; }
p { color: rgb(64,201,224); }
H1.HeaderClassName
{
color: #40C9E0;
}
.AnyTagClassName
{
color: #40C9E0;
}
</style>
background-color css
<style>
a { background-color: #40C9E0; }
a { background-color: rgb(64,201,224); }
div.DivClassName
{
background-color: #40C9E0;
}
.BgClassName
{
background-color: #40C9E0;
}
</style>
border-color css
<style>
span { border-color: #40C9E0; }
span { border-color: rgb(64,201,224); }
td.TdClassName
{
border-color: #40C9E0;
}
.TagClassName
{
border-color: #40C9E0;
}
</style>