Shades of Medium Turquoise #41BCB5
Tints of Medium Turquoise #41BCB5
RGB
CMYK
RGB Variations
Color information
#41BCB5 (or 0x41BCB5) is known color: Medium Turquoise. HEX triplet: 41, BC and B5. RGB value is (65,188,181). Sum of RGB (Red+Green+Blue) = 65+188+181=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #41BCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCB5 is #BE434A. Grayscale: #969696. Windows color (decimal): -12469067 or 11910209. OLE color: 11910209.
HSL color Cylindrical-coordinate representation of color #41BCB5: hue angle of 176.59º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41BCB5 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 188 | 181 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.26 |
| HSL | 176.59º | 0.49% | 0.5% | - |
| HSV(B) | 176.59º | 0.65% | 0.74% | - |
| XYZ | 28.5 | 40.43 | 50.02 | - |
| YUV | 150.43 | 145.25 | 67.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 188 | 181 | 0.65 | 0 | 0.04 | 0.26 | 176.59 | 0.49 | 0.5 |
| Hex | 41 | BC | B5 | 41 | 0 | 4 | 1A | B1 | 31 | 32 |
| Octal | 101 | 274 | 265 | 101 | 0 | 4 | 32 | 261 | 61 | 62 |
| Binary | 1000001 | 10111100 | 10110101 | 1000001 | 0 | 100 | 11010 | 10110001 | 110001 | 110010 |
Color Harmonies of #41BCB5
Complementary color
Monochromatic Colors of #41BCB5
Black with #41BCB5
Text Example
Text Example
White with #41BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BCB5; }
p { color: rgb(65,188,181); }
H1.HeaderClassName
{
color: #41BCB5;
}
.AnyTagClassName
{
color: #41BCB5;
}
</style>
background-color css
<style>
a { background-color: #41BCB5; }
a { background-color: rgb(65,188,181); }
div.DivClassName
{
background-color: #41BCB5;
}
.BgClassName
{
background-color: #41BCB5;
}
</style>
border-color css
<style>
span { border-color: #41BCB5; }
span { border-color: rgb(65,188,181); }
td.TdClassName
{
border-color: #41BCB5;
}
.TagClassName
{
border-color: #41BCB5;
}
</style>