Shades of Turquoise #41F7B9
Tints of Turquoise #41F7B9
RGB
CMYK
RGB Variations
Color information
#41F7B9 (or 0x41F7B9) is known color: Turquoise. HEX triplet: 41, F7 and B9. RGB value is (65,247,185). Sum of RGB (Red+Green+Blue) = 65+247+185=497 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.08% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #41F7B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F7B9 is #BE0846. Grayscale: #B9B9B9. Windows color (decimal): -12453959 or 12187457. OLE color: 12187457.
HSL color Cylindrical-coordinate representation of color #41F7B9: hue angle of 159.56º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F7B9 is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 65 | 247 | 185 | - |
| CMYK | 0.74 | 0 | 0.25 | 0.03 |
| HSL | 159.56º | 0.92% | 0.61% | - |
| HSV(B) | 159.56º | 0.74% | 0.97% | - |
| XYZ | 44.2 | 71.15 | 57.3 | - |
| YUV | 185.51 | 127.7 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 247 | 185 | 0.74 | 0 | 0.25 | 0.03 | 159.56 | 0.92 | 0.61 |
| Hex | 41 | F7 | B9 | 4A | 0 | 19 | 3 | A0 | 5C | 3D |
| Octal | 101 | 367 | 271 | 112 | 0 | 31 | 3 | 240 | 134 | 75 |
| Binary | 1000001 | 11110111 | 10111001 | 1001010 | 0 | 11001 | 11 | 10100000 | 1011100 | 111101 |
Color Harmonies of #41F7B9
Complementary color
Monochromatic Colors of #41F7B9
Black with #41F7B9
Text Example
Text Example
White with #41F7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F7B9; }
p { color: rgb(65,247,185); }
H1.HeaderClassName
{
color: #41F7B9;
}
.AnyTagClassName
{
color: #41F7B9;
}
</style>
background-color css
<style>
a { background-color: #41F7B9; }
a { background-color: rgb(65,247,185); }
div.DivClassName
{
background-color: #41F7B9;
}
.BgClassName
{
background-color: #41F7B9;
}
</style>
border-color css
<style>
span { border-color: #41F7B9; }
span { border-color: rgb(65,247,185); }
td.TdClassName
{
border-color: #41F7B9;
}
.TagClassName
{
border-color: #41F7B9;
}
</style>