Shades of Medium Turquoise #41CCB9
Tints of Medium Turquoise #41CCB9
RGB
CMYK
RGB Variations
Color information
#41CCB9 (or 0x41CCB9) is known color: Medium Turquoise. HEX triplet: 41, CC and B9. RGB value is (65,204,185). Sum of RGB (Red+Green+Blue) = 65+204+185=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 185 (72.66% from 255 or 40.75% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCB9 is #BE3346. Grayscale: #A0A0A0. Windows color (decimal): -12464967 or 12176449. OLE color: 12176449.
HSL color Cylindrical-coordinate representation of color #41CCB9: hue angle of 171.8º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CCB9 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 185 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.2 |
| HSL | 171.8º | 0.58% | 0.53% | - |
| HSV(B) | 171.8º | 0.68% | 0.8% | - |
| XYZ | 32.53 | 47.81 | 53.41 | - |
| YUV | 160.27 | 141.95 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 185 | 0.68 | 0 | 0.09 | 0.2 | 171.8 | 0.58 | 0.53 |
| Hex | 41 | CC | B9 | 44 | 0 | 9 | 14 | AC | 3A | 35 |
| Octal | 101 | 314 | 271 | 104 | 0 | 11 | 24 | 254 | 72 | 65 |
| Binary | 1000001 | 11001100 | 10111001 | 1000100 | 0 | 1001 | 10100 | 10101100 | 111010 | 110101 |
Color Harmonies of #41CCB9
Complementary color
Monochromatic Colors of #41CCB9
Black with #41CCB9
Text Example
Text Example
White with #41CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCB9; }
p { color: rgb(65,204,185); }
H1.HeaderClassName
{
color: #41CCB9;
}
.AnyTagClassName
{
color: #41CCB9;
}
</style>
background-color css
<style>
a { background-color: #41CCB9; }
a { background-color: rgb(65,204,185); }
div.DivClassName
{
background-color: #41CCB9;
}
.BgClassName
{
background-color: #41CCB9;
}
</style>
border-color css
<style>
span { border-color: #41CCB9; }
span { border-color: rgb(65,204,185); }
td.TdClassName
{
border-color: #41CCB9;
}
.TagClassName
{
border-color: #41CCB9;
}
</style>