Shades of Medium Turquoise #41C2B9
Tints of Medium Turquoise #41C2B9
RGB
CMYK
RGB Variations
Color information
#41C2B9 (or 0x41C2B9) is known color: Medium Turquoise. HEX triplet: 41, C2 and B9. RGB value is (65,194,185). Sum of RGB (Red+Green+Blue) = 65+194+185=444 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.64% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2B9 is #BE3D46. Grayscale: #9A9A9A. Windows color (decimal): -12467527 or 12173889. OLE color: 12173889.
HSL color Cylindrical-coordinate representation of color #41C2B9: hue angle of 175.81º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C2B9 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 185 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.24 |
| HSL | 175.81º | 0.51% | 0.51% | - |
| HSV(B) | 175.81º | 0.66% | 0.76% | - |
| XYZ | 30.23 | 43.21 | 52.65 | - |
| YUV | 154.4 | 145.26 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 185 | 0.66 | 0 | 0.05 | 0.24 | 175.81 | 0.51 | 0.51 |
| Hex | 41 | C2 | B9 | 42 | 0 | 5 | 18 | B0 | 33 | 33 |
| Octal | 101 | 302 | 271 | 102 | 0 | 5 | 30 | 260 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10111001 | 1000010 | 0 | 101 | 11000 | 10110000 | 110011 | 110011 |
Color Harmonies of #41C2B9
Complementary color
Monochromatic Colors of #41C2B9
Black with #41C2B9
Text Example
Text Example
White with #41C2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2B9; }
p { color: rgb(65,194,185); }
H1.HeaderClassName
{
color: #41C2B9;
}
.AnyTagClassName
{
color: #41C2B9;
}
</style>
background-color css
<style>
a { background-color: #41C2B9; }
a { background-color: rgb(65,194,185); }
div.DivClassName
{
background-color: #41C2B9;
}
.BgClassName
{
background-color: #41C2B9;
}
</style>
border-color css
<style>
span { border-color: #41C2B9; }
span { border-color: rgb(65,194,185); }
td.TdClassName
{
border-color: #41C2B9;
}
.TagClassName
{
border-color: #41C2B9;
}
</style>