Shades of Medium Turquoise #41BEB7
Tints of Medium Turquoise #41BEB7
RGB
CMYK
RGB Variations
Color information
#41BEB7 (or 0x41BEB7) is known color: Medium Turquoise. HEX triplet: 41, BE and B7. RGB value is (65,190,183). Sum of RGB (Red+Green+Blue) = 65+190+183=438 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.84% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 190 - color contains mainly: green. Hex color #41BEB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEB7 is #BE4148. Grayscale: #979797. Windows color (decimal): -12468553 or 12041793. OLE color: 12041793.
HSL color Cylindrical-coordinate representation of color #41BEB7: hue angle of 176.64º 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 #41BEB7 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 183 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.25 |
| HSL | 176.64º | 0.49% | 0.5% | - |
| HSV(B) | 176.64º | 0.66% | 0.75% | - |
| XYZ | 29.14 | 41.37 | 51.25 | - |
| YUV | 151.83 | 145.59 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 183 | 0.66 | 0 | 0.04 | 0.25 | 176.64 | 0.49 | 0.5 |
| Hex | 41 | BE | B7 | 42 | 0 | 4 | 19 | B1 | 31 | 32 |
| Octal | 101 | 276 | 267 | 102 | 0 | 4 | 31 | 261 | 61 | 62 |
| Binary | 1000001 | 10111110 | 10110111 | 1000010 | 0 | 100 | 11001 | 10110001 | 110001 | 110010 |
Color Harmonies of #41BEB7
Complementary color
Monochromatic Colors of #41BEB7
Black with #41BEB7
Text Example
Text Example
White with #41BEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BEB7; }
p { color: rgb(65,190,183); }
H1.HeaderClassName
{
color: #41BEB7;
}
.AnyTagClassName
{
color: #41BEB7;
}
</style>
background-color css
<style>
a { background-color: #41BEB7; }
a { background-color: rgb(65,190,183); }
div.DivClassName
{
background-color: #41BEB7;
}
.BgClassName
{
background-color: #41BEB7;
}
</style>
border-color css
<style>
span { border-color: #41BEB7; }
span { border-color: rgb(65,190,183); }
td.TdClassName
{
border-color: #41BEB7;
}
.TagClassName
{
border-color: #41BEB7;
}
</style>