Shades of Medium Turquoise #41C6BE
Tints of Medium Turquoise #41C6BE
RGB
CMYK
RGB Variations
Color information
#41C6BE (or 0x41C6BE) is known color: Medium Turquoise. HEX triplet: 41, C6 and BE. RGB value is (65,198,190). Sum of RGB (Red+Green+Blue) = 65+198+190=453 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.35% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 198 - color contains mainly: green. Hex color #41C6BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C6BE is #BE3941. Grayscale: #9D9D9D. Windows color (decimal): -12466498 or 12502593. OLE color: 12502593.
HSL color Cylindrical-coordinate representation of color #41C6BE: hue angle of 176.39º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C6BE is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 198 | 190 | - |
| CMYK | 0.67 | 0 | 0.04 | 0.22 |
| HSL | 176.39º | 0.54% | 0.52% | - |
| HSV(B) | 176.39º | 0.67% | 0.78% | - |
| XYZ | 31.67 | 45.23 | 55.78 | - |
| YUV | 157.32 | 146.44 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 198 | 190 | 0.67 | 0 | 0.04 | 0.22 | 176.39 | 0.54 | 0.52 |
| Hex | 41 | C6 | BE | 43 | 0 | 4 | 16 | B0 | 36 | 34 |
| Octal | 101 | 306 | 276 | 103 | 0 | 4 | 26 | 260 | 66 | 64 |
| Binary | 1000001 | 11000110 | 10111110 | 1000011 | 0 | 100 | 10110 | 10110000 | 110110 | 110100 |
Color Harmonies of #41C6BE
Complementary color
Monochromatic Colors of #41C6BE
Black with #41C6BE
Text Example
Text Example
White with #41C6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C6BE; }
p { color: rgb(65,198,190); }
H1.HeaderClassName
{
color: #41C6BE;
}
.AnyTagClassName
{
color: #41C6BE;
}
</style>
background-color css
<style>
a { background-color: #41C6BE; }
a { background-color: rgb(65,198,190); }
div.DivClassName
{
background-color: #41C6BE;
}
.BgClassName
{
background-color: #41C6BE;
}
</style>
border-color css
<style>
span { border-color: #41C6BE; }
span { border-color: rgb(65,198,190); }
td.TdClassName
{
border-color: #41C6BE;
}
.TagClassName
{
border-color: #41C6BE;
}
</style>