Shades of Turquoise #41F9B2
Tints of Turquoise #41F9B2
RGB
CMYK
RGB Variations
Color information
#41F9B2 (or 0x41F9B2) is known color: Turquoise. HEX triplet: 41, F9 and B2. RGB value is (65,249,178). Sum of RGB (Red+Green+Blue) = 65+249+178=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F9B2 is #BE064D. Grayscale: #B9B9B9. Windows color (decimal): -12453454 or 11729217. OLE color: 11729217.
HSL color Cylindrical-coordinate representation of color #41F9B2: hue angle of 156.85º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F9B2 is Cyan = 0.74, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 178 | - |
| CMYK | 0.74 | 0 | 0.29 | 0.02 |
| HSL | 156.85º | 0.94% | 0.62% | - |
| HSV(B) | 156.85º | 0.74% | 0.98% | - |
| XYZ | 44.09 | 72.09 | 53.71 | - |
| YUV | 185.89 | 123.54 | 41.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 178 | 0.74 | 0 | 0.29 | 0.02 | 156.85 | 0.94 | 0.62 |
| Hex | 41 | F9 | B2 | 4A | 0 | 1D | 2 | 9D | 5E | 3E |
| Octal | 101 | 371 | 262 | 112 | 0 | 35 | 2 | 235 | 136 | 76 |
| Binary | 1000001 | 11111001 | 10110010 | 1001010 | 0 | 11101 | 10 | 10011101 | 1011110 | 111110 |
Color Harmonies of #41F9B2
Complementary color
Monochromatic Colors of #41F9B2
Black with #41F9B2
Text Example
Text Example
White with #41F9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F9B2; }
p { color: rgb(65,249,178); }
H1.HeaderClassName
{
color: #41F9B2;
}
.AnyTagClassName
{
color: #41F9B2;
}
</style>
background-color css
<style>
a { background-color: #41F9B2; }
a { background-color: rgb(65,249,178); }
div.DivClassName
{
background-color: #41F9B2;
}
.BgClassName
{
background-color: #41F9B2;
}
</style>
border-color css
<style>
span { border-color: #41F9B2; }
span { border-color: rgb(65,249,178); }
td.TdClassName
{
border-color: #41F9B2;
}
.TagClassName
{
border-color: #41F9B2;
}
</style>