Shades of Medium Turquoise #41BEBE
Tints of Medium Turquoise #41BEBE
RGB
CMYK
RGB Variations
Color information
#41BEBE (or 0x41BEBE) is known color: Medium Turquoise. HEX triplet: 41, BE and BE. RGB value is (65,190,190). Sum of RGB (Red+Green+Blue) = 65+190+190=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #41BEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BEBE is #BE4141. Grayscale: #989898. Windows color (decimal): -12468546 or 12500545. OLE color: 12500545.
HSL color Cylindrical-coordinate representation of color #41BEBE: hue angle of 180º 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 #41BEBE is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 190 | 190 | - |
| CMYK | 0.66 | 0 | 0 | 0.25 |
| HSL | 180º | 0.49% | 0.5% | - |
| HSV(B) | 180º | 0.66% | 0.75% | - |
| XYZ | 29.89 | 41.67 | 55.18 | - |
| YUV | 152.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 190 | 190 | 0.66 | 0 | 0 | 0.25 | 180 | 0.49 | 0.5 |
| Hex | 41 | BE | BE | 42 | 0 | 0 | 19 | B4 | 31 | 32 |
| Octal | 101 | 276 | 276 | 102 | 0 | 0 | 31 | 264 | 61 | 62 |
| Binary | 1000001 | 10111110 | 10111110 | 1000010 | 0 | 0 | 11001 | 10110100 | 110001 | 110010 |
Color Harmonies of #41BEBE
Complementary color
Monochromatic Colors of #41BEBE
Black with #41BEBE
Text Example
Text Example
White with #41BEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BEBE; }
p { color: rgb(65,190,190); }
H1.HeaderClassName
{
color: #41BEBE;
}
.AnyTagClassName
{
color: #41BEBE;
}
</style>
background-color css
<style>
a { background-color: #41BEBE; }
a { background-color: rgb(65,190,190); }
div.DivClassName
{
background-color: #41BEBE;
}
.BgClassName
{
background-color: #41BEBE;
}
</style>
border-color css
<style>
span { border-color: #41BEBE; }
span { border-color: rgb(65,190,190); }
td.TdClassName
{
border-color: #41BEBE;
}
.TagClassName
{
border-color: #41BEBE;
}
</style>