Shades of Turquoise #41F5BA
Tints of Turquoise #41F5BA
RGB
CMYK
RGB Variations
Color information
#41F5BA (or 0x41F5BA) is known color: Turquoise. HEX triplet: 41, F5 and BA. RGB value is (65,245,186). Sum of RGB (Red+Green+Blue) = 65+245+186=496 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.10% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #41F5BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F5BA is #BE0A45. Grayscale: #B8B8B8. Windows color (decimal): -12454470 or 12252481. OLE color: 12252481.
HSL color Cylindrical-coordinate representation of color #41F5BA: hue angle of 160.33º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F5BA is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 245 | 186 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.04 |
| HSL | 160.33º | 0.9% | 0.61% | - |
| HSV(B) | 160.33º | 0.73% | 0.96% | - |
| XYZ | 43.7 | 69.97 | 57.66 | - |
| YUV | 184.45 | 128.87 | 42.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 245 | 186 | 0.73 | 0 | 0.24 | 0.04 | 160.33 | 0.9 | 0.61 |
| Hex | 41 | F5 | BA | 49 | 0 | 18 | 4 | A0 | 5A | 3D |
| Octal | 101 | 365 | 272 | 111 | 0 | 30 | 4 | 240 | 132 | 75 |
| Binary | 1000001 | 11110101 | 10111010 | 1001001 | 0 | 11000 | 100 | 10100000 | 1011010 | 111101 |
Color Harmonies of #41F5BA
Complementary color
Monochromatic Colors of #41F5BA
Black with #41F5BA
Text Example
Text Example
White with #41F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F5BA; }
p { color: rgb(65,245,186); }
H1.HeaderClassName
{
color: #41F5BA;
}
.AnyTagClassName
{
color: #41F5BA;
}
</style>
background-color css
<style>
a { background-color: #41F5BA; }
a { background-color: rgb(65,245,186); }
div.DivClassName
{
background-color: #41F5BA;
}
.BgClassName
{
background-color: #41F5BA;
}
</style>
border-color css
<style>
span { border-color: #41F5BA; }
span { border-color: rgb(65,245,186); }
td.TdClassName
{
border-color: #41F5BA;
}
.TagClassName
{
border-color: #41F5BA;
}
</style>