Shades of Medium Turquoise #40C9BE
Tints of Medium Turquoise #40C9BE
RGB
CMYK
RGB Variations
Color information
#40C9BE (or 0x40C9BE) is known color: Medium Turquoise. HEX triplet: 40, C9 and BE. RGB value is (64,201,190). Sum of RGB (Red+Green+Blue) = 64+201+190=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #40C9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C9BE is #BF3641. Grayscale: #9E9E9E. Windows color (decimal): -12531266 or 12503360. OLE color: 12503360.
HSL color Cylindrical-coordinate representation of color #40C9BE: hue angle of 175.18º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40C9BE is Cyan = 0.68, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 201 | 190 | - |
| CMYK | 0.68 | 0 | 0.05 | 0.21 |
| HSL | 175.18º | 0.56% | 0.52% | - |
| HSV(B) | 175.18º | 0.68% | 0.79% | - |
| XYZ | 32.3 | 46.58 | 56 | - |
| YUV | 158.78 | 145.61 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 201 | 190 | 0.68 | 0 | 0.05 | 0.21 | 175.18 | 0.56 | 0.52 |
| Hex | 40 | C9 | BE | 44 | 0 | 5 | 15 | AF | 38 | 34 |
| Octal | 100 | 311 | 276 | 104 | 0 | 5 | 25 | 257 | 70 | 64 |
| Binary | 1000000 | 11001001 | 10111110 | 1000100 | 0 | 101 | 10101 | 10101111 | 111000 | 110100 |
Color Harmonies of #40C9BE
Complementary color
Monochromatic Colors of #40C9BE
Black with #40C9BE
Text Example
Text Example
White with #40C9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C9BE; }
p { color: rgb(64,201,190); }
H1.HeaderClassName
{
color: #40C9BE;
}
.AnyTagClassName
{
color: #40C9BE;
}
</style>
background-color css
<style>
a { background-color: #40C9BE; }
a { background-color: rgb(64,201,190); }
div.DivClassName
{
background-color: #40C9BE;
}
.BgClassName
{
background-color: #40C9BE;
}
</style>
border-color css
<style>
span { border-color: #40C9BE; }
span { border-color: rgb(64,201,190); }
td.TdClassName
{
border-color: #40C9BE;
}
.TagClassName
{
border-color: #40C9BE;
}
</style>