Shades of Medium Turquoise #41BEB5
Tints of Medium Turquoise #41BEB5
RGB
CMYK
RGB Variations
Color information
#41BEB5 (or 0x41BEB5) is known color: Medium Turquoise. HEX triplet: 41, BE and B5. RGB value is (65,190,181). Sum of RGB (Red+Green+Blue) = 65+190+181=436 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.91% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEB5 is #BE414A. Grayscale: #979797. Windows color (decimal): -12468555 or 11910721. OLE color: 11910721.
HSL color Cylindrical-coordinate representation of color #41BEB5: hue angle of 175.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41BEB5 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 181 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.25 |
| HSL | 175.68º | 0.49% | 0.5% | - |
| HSV(B) | 175.68º | 0.66% | 0.75% | - |
| XYZ | 28.93 | 41.29 | 50.16 | - |
| YUV | 151.6 | 144.59 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 181 | 0.66 | 0 | 0.05 | 0.25 | 175.68 | 0.49 | 0.5 |
| Hex | 41 | BE | B5 | 42 | 0 | 5 | 19 | B0 | 31 | 32 |
| Octal | 101 | 276 | 265 | 102 | 0 | 5 | 31 | 260 | 61 | 62 |
| Binary | 1000001 | 10111110 | 10110101 | 1000010 | 0 | 101 | 11001 | 10110000 | 110001 | 110010 |
Color Harmonies of #41BEB5
Complementary color
Monochromatic Colors of #41BEB5
Black with #41BEB5
Text Example
Text Example
White with #41BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BEB5; }
p { color: rgb(65,190,181); }
H1.HeaderClassName
{
color: #41BEB5;
}
.AnyTagClassName
{
color: #41BEB5;
}
</style>
background-color css
<style>
a { background-color: #41BEB5; }
a { background-color: rgb(65,190,181); }
div.DivClassName
{
background-color: #41BEB5;
}
.BgClassName
{
background-color: #41BEB5;
}
</style>
border-color css
<style>
span { border-color: #41BEB5; }
span { border-color: rgb(65,190,181); }
td.TdClassName
{
border-color: #41BEB5;
}
.TagClassName
{
border-color: #41BEB5;
}
</style>