Shades of Medium Turquoise #40C0B8
Tints of Medium Turquoise #40C0B8
RGB
CMYK
RGB Variations
Color information
#40C0B8 (or 0x40C0B8) is known color: Medium Turquoise. HEX triplet: 40, C0 and B8. RGB value is (64,192,184). Sum of RGB (Red+Green+Blue) = 64+192+184=440 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.55% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 184 (72.27% from 255 or 41.82% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #40C0B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40C0B8 is #BF3F47. Grayscale: #989898. Windows color (decimal): -12533576 or 12107840. OLE color: 12107840.
HSL color Cylindrical-coordinate representation of color #40C0B8: hue angle of 176.25º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C0B8 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 184 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.25 |
| HSL | 176.25º | 0.5% | 0.5% | - |
| HSV(B) | 176.25º | 0.67% | 0.75% | - |
| XYZ | 29.62 | 42.25 | 51.94 | - |
| YUV | 152.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 184 | 0.67 | 0 | 0.04 | 0.25 | 176.25 | 0.5 | 0.5 |
| Hex | 40 | C0 | B8 | 43 | 0 | 4 | 19 | B0 | 32 | 32 |
| Octal | 100 | 300 | 270 | 103 | 0 | 4 | 31 | 260 | 62 | 62 |
| Binary | 1000000 | 11000000 | 10111000 | 1000011 | 0 | 100 | 11001 | 10110000 | 110010 | 110010 |
Color Harmonies of #40C0B8
Complementary color
Monochromatic Colors of #40C0B8
Black with #40C0B8
Text Example
Text Example
White with #40C0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C0B8; }
p { color: rgb(64,192,184); }
H1.HeaderClassName
{
color: #40C0B8;
}
.AnyTagClassName
{
color: #40C0B8;
}
</style>
background-color css
<style>
a { background-color: #40C0B8; }
a { background-color: rgb(64,192,184); }
div.DivClassName
{
background-color: #40C0B8;
}
.BgClassName
{
background-color: #40C0B8;
}
</style>
border-color css
<style>
span { border-color: #40C0B8; }
span { border-color: rgb(64,192,184); }
td.TdClassName
{
border-color: #40C0B8;
}
.TagClassName
{
border-color: #40C0B8;
}
</style>