Shades of Turquoise #41E7BE
Tints of Turquoise #41E7BE
RGB
CMYK
RGB Variations
Color information
#41E7BE (or 0x41E7BE) is known color: Turquoise. HEX triplet: 41, E7 and BE. RGB value is (65,231,190). Sum of RGB (Red+Green+Blue) = 65+231+190=486 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.37% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #41E7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41E7BE is #BE1841. Grayscale: #B0B0B0. Windows color (decimal): -12458050 or 12511041. OLE color: 12511041.
HSL color Cylindrical-coordinate representation of color #41E7BE: hue angle of 165.18º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #41E7BE is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 65 | 231 | 190 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.09 |
| HSL | 165.18º | 0.78% | 0.58% | - |
| HSV(B) | 165.18º | 0.72% | 0.91% | - |
| XYZ | 40.05 | 61.99 | 58.57 | - |
| YUV | 176.69 | 135.5 | 48.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 231 | 190 | 0.72 | 0 | 0.18 | 0.09 | 165.18 | 0.78 | 0.58 |
| Hex | 41 | E7 | BE | 48 | 0 | 12 | 9 | A5 | 4E | 3A |
| Octal | 101 | 347 | 276 | 110 | 0 | 22 | 11 | 245 | 116 | 72 |
| Binary | 1000001 | 11100111 | 10111110 | 1001000 | 0 | 10010 | 1001 | 10100101 | 1001110 | 111010 |
Color Harmonies of #41E7BE
Complementary color
Monochromatic Colors of #41E7BE
Black with #41E7BE
Text Example
Text Example
White with #41E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41E7BE; }
p { color: rgb(65,231,190); }
H1.HeaderClassName
{
color: #41E7BE;
}
.AnyTagClassName
{
color: #41E7BE;
}
</style>
background-color css
<style>
a { background-color: #41E7BE; }
a { background-color: rgb(65,231,190); }
div.DivClassName
{
background-color: #41E7BE;
}
.BgClassName
{
background-color: #41E7BE;
}
</style>
border-color css
<style>
span { border-color: #41E7BE; }
span { border-color: rgb(65,231,190); }
td.TdClassName
{
border-color: #41E7BE;
}
.TagClassName
{
border-color: #41E7BE;
}
</style>