Shades of Medium Turquoise #41C0B6
Tints of Medium Turquoise #41C0B6
RGB
CMYK
RGB Variations
Color information
#41C0B6 (or 0x41C0B6) is known color: Medium Turquoise. HEX triplet: 41, C0 and B6. RGB value is (65,192,182). Sum of RGB (Red+Green+Blue) = 65+192+182=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 182 (71.48% from 255 or 41.46% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #41C0B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C0B6 is #BE3F49. Grayscale: #989898. Windows color (decimal): -12468042 or 11976769. OLE color: 11976769.
HSL color Cylindrical-coordinate representation of color #41C0B6: hue angle of 175.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C0B6 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 182 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.25 |
| HSL | 175.28º | 0.5% | 0.5% | - |
| HSV(B) | 175.28º | 0.66% | 0.75% | - |
| XYZ | 29.47 | 42.2 | 50.85 | - |
| YUV | 152.89 | 144.42 | 65.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 182 | 0.66 | 0 | 0.05 | 0.25 | 175.28 | 0.5 | 0.5 |
| Hex | 41 | C0 | B6 | 42 | 0 | 5 | 19 | AF | 32 | 32 |
| Octal | 101 | 300 | 266 | 102 | 0 | 5 | 31 | 257 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10110110 | 1000010 | 0 | 101 | 11001 | 10101111 | 110010 | 110010 |
Color Harmonies of #41C0B6
Complementary color
Monochromatic Colors of #41C0B6
Black with #41C0B6
Text Example
Text Example
White with #41C0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C0B6; }
p { color: rgb(65,192,182); }
H1.HeaderClassName
{
color: #41C0B6;
}
.AnyTagClassName
{
color: #41C0B6;
}
</style>
background-color css
<style>
a { background-color: #41C0B6; }
a { background-color: rgb(65,192,182); }
div.DivClassName
{
background-color: #41C0B6;
}
.BgClassName
{
background-color: #41C0B6;
}
</style>
border-color css
<style>
span { border-color: #41C0B6; }
span { border-color: rgb(65,192,182); }
td.TdClassName
{
border-color: #41C0B6;
}
.TagClassName
{
border-color: #41C0B6;
}
</style>