Shades of Medium Turquoise #41C1BD
Tints of Medium Turquoise #41C1BD
RGB
CMYK
RGB Variations
Color information
#41C1BD (or 0x41C1BD) is known color: Medium Turquoise. HEX triplet: 41, C1 and BD. RGB value is (65,193,189). Sum of RGB (Red+Green+Blue) = 65+193+189=447 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.54% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #41C1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C1BD is #BE3E42. Grayscale: #9A9A9A. Windows color (decimal): -12467779 or 12435777. OLE color: 12435777.
HSL color Cylindrical-coordinate representation of color #41C1BD: hue angle of 178.12º 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 #41C1BD is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 193 | 189 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.24 |
| HSL | 178.13º | 0.51% | 0.51% | - |
| HSV(B) | 178.13º | 0.66% | 0.76% | - |
| XYZ | 30.44 | 42.94 | 54.83 | - |
| YUV | 154.27 | 147.59 | 64.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 193 | 189 | 0.66 | 0 | 0.02 | 0.24 | 178.13 | 0.51 | 0.51 |
| Hex | 41 | C1 | BD | 42 | 0 | 2 | 18 | B2 | 33 | 33 |
| Octal | 101 | 301 | 275 | 102 | 0 | 2 | 30 | 262 | 63 | 63 |
| Binary | 1000001 | 11000001 | 10111101 | 1000010 | 0 | 10 | 11000 | 10110010 | 110011 | 110011 |
Color Harmonies of #41C1BD
Complementary color
Monochromatic Colors of #41C1BD
Black with #41C1BD
Text Example
Text Example
White with #41C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C1BD; }
p { color: rgb(65,193,189); }
H1.HeaderClassName
{
color: #41C1BD;
}
.AnyTagClassName
{
color: #41C1BD;
}
</style>
background-color css
<style>
a { background-color: #41C1BD; }
a { background-color: rgb(65,193,189); }
div.DivClassName
{
background-color: #41C1BD;
}
.BgClassName
{
background-color: #41C1BD;
}
</style>
border-color css
<style>
span { border-color: #41C1BD; }
span { border-color: rgb(65,193,189); }
td.TdClassName
{
border-color: #41C1BD;
}
.TagClassName
{
border-color: #41C1BD;
}
</style>