Shades of Medium Turquoise #40C9CE
Tints of Medium Turquoise #40C9CE
RGB
CMYK
RGB Variations
Color information
#40C9CE (or 0x40C9CE) is known color: Medium Turquoise. HEX triplet: 40, C9 and CE. RGB value is (64,201,206). Sum of RGB (Red+Green+Blue) = 64+201+206=471 (62% of max value = 765). Red value is 64 (25.39% from 255 or 13.59% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #40C9CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9CE is #BF3631. Grayscale: #A0A0A0. Windows color (decimal): -12531250 or 13551936. OLE color: 13551936.
HSL color Cylindrical-coordinate representation of color #40C9CE: hue angle of 182.11º 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 #40C9CE is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 201 | 206 | - |
| CMYK | 0.69 | 0.02 | 0 | 0.19 |
| HSL | 182.11º | 0.59% | 0.53% | - |
| HSV(B) | 182.11º | 0.69% | 0.81% | - |
| XYZ | 34.14 | 47.32 | 65.73 | - |
| YUV | 160.61 | 153.61 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 206 | 0.69 | 0.02 | 0 | 0.19 | 182.11 | 0.59 | 0.53 |
| Hex | 40 | C9 | CE | 45 | 2 | 0 | 13 | B6 | 3B | 35 |
| Octal | 100 | 311 | 316 | 105 | 2 | 0 | 23 | 266 | 73 | 65 |
| Binary | 1000000 | 11001001 | 11001110 | 1000101 | 10 | 0 | 10011 | 10110110 | 111011 | 110101 |
Color Harmonies of #40C9CE
Complementary color
Monochromatic Colors of #40C9CE
Black with #40C9CE
Text Example
Text Example
White with #40C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9CE; }
p { color: rgb(64,201,206); }
H1.HeaderClassName
{
color: #40C9CE;
}
.AnyTagClassName
{
color: #40C9CE;
}
</style>
background-color css
<style>
a { background-color: #40C9CE; }
a { background-color: rgb(64,201,206); }
div.DivClassName
{
background-color: #40C9CE;
}
.BgClassName
{
background-color: #40C9CE;
}
</style>
border-color css
<style>
span { border-color: #40C9CE; }
span { border-color: rgb(64,201,206); }
td.TdClassName
{
border-color: #40C9CE;
}
.TagClassName
{
border-color: #40C9CE;
}
</style>