Shades of Medium Turquoise #41C3BA
Tints of Medium Turquoise #41C3BA
RGB
CMYK
RGB Variations
Color information
#41C3BA (or 0x41C3BA) is known color: Medium Turquoise. HEX triplet: 41, C3 and BA. RGB value is (65,195,186). Sum of RGB (Red+Green+Blue) = 65+195+186=446 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.57% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 195 - color contains mainly: green. Hex color #41C3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C3BA is #BE3C45. Grayscale: #9B9B9B. Windows color (decimal): -12467270 or 12239681. OLE color: 12239681.
HSL color Cylindrical-coordinate representation of color #41C3BA: hue angle of 175.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C3BA is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 195 | 186 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.24 |
| HSL | 175.85º | 0.52% | 0.51% | - |
| HSV(B) | 175.85º | 0.67% | 0.76% | - |
| XYZ | 30.56 | 43.7 | 53.28 | - |
| YUV | 155.1 | 145.43 | 63.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 195 | 186 | 0.67 | 0 | 0.05 | 0.24 | 175.85 | 0.52 | 0.51 |
| Hex | 41 | C3 | BA | 43 | 0 | 5 | 18 | B0 | 34 | 33 |
| Octal | 101 | 303 | 272 | 103 | 0 | 5 | 30 | 260 | 64 | 63 |
| Binary | 1000001 | 11000011 | 10111010 | 1000011 | 0 | 101 | 11000 | 10110000 | 110100 | 110011 |
Color Harmonies of #41C3BA
Complementary color
Monochromatic Colors of #41C3BA
Black with #41C3BA
Text Example
Text Example
White with #41C3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C3BA; }
p { color: rgb(65,195,186); }
H1.HeaderClassName
{
color: #41C3BA;
}
.AnyTagClassName
{
color: #41C3BA;
}
</style>
background-color css
<style>
a { background-color: #41C3BA; }
a { background-color: rgb(65,195,186); }
div.DivClassName
{
background-color: #41C3BA;
}
.BgClassName
{
background-color: #41C3BA;
}
</style>
border-color css
<style>
span { border-color: #41C3BA; }
span { border-color: rgb(65,195,186); }
td.TdClassName
{
border-color: #41C3BA;
}
.TagClassName
{
border-color: #41C3BA;
}
</style>