Shades of Turquoise #41FFBE
Tints of Turquoise #41FFBE
RGB
CMYK
RGB Variations
Color information
#41FFBE (or 0x41FFBE) is known color: Turquoise. HEX triplet: 41, FF and BE. RGB value is (65,255,190). Sum of RGB (Red+Green+Blue) = 65+255+190=510 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.75% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFBE is #BE0041. Grayscale: #BEBEBE. Windows color (decimal): -12451906 or 12517185. OLE color: 12517185.
HSL color Cylindrical-coordinate representation of color #41FFBE: hue angle of 159.47º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFBE is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 190 | - |
| CMYK | 0.75 | 0 | 0.25 | 0 |
| HSL | 159.47º | 1% | 0.63% | - |
| HSV(B) | 159.47º | 0.75% | 1% | - |
| XYZ | 47.23 | 76.36 | 60.96 | - |
| YUV | 190.78 | 127.55 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 190 | 0.75 | 0 | 0.25 | 0 | 159.47 | 1 | 0.63 |
| Hex | 41 | FF | BE | 4B | 0 | 19 | 0 | 9F | 64 | 3F |
| Octal | 101 | 377 | 276 | 113 | 0 | 31 | 0 | 237 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10111110 | 1001011 | 0 | 11001 | 0 | 10011111 | 1100100 | 111111 |
Color Harmonies of #41FFBE
Complementary color
Monochromatic Colors of #41FFBE
Black with #41FFBE
Text Example
Text Example
White with #41FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFBE; }
p { color: rgb(65,255,190); }
H1.HeaderClassName
{
color: #41FFBE;
}
.AnyTagClassName
{
color: #41FFBE;
}
</style>
background-color css
<style>
a { background-color: #41FFBE; }
a { background-color: rgb(65,255,190); }
div.DivClassName
{
background-color: #41FFBE;
}
.BgClassName
{
background-color: #41FFBE;
}
</style>
border-color css
<style>
span { border-color: #41FFBE; }
span { border-color: rgb(65,255,190); }
td.TdClassName
{
border-color: #41FFBE;
}
.TagClassName
{
border-color: #41FFBE;
}
</style>