Shades of Turquoise #41F2B7
Tints of Turquoise #41F2B7
RGB
CMYK
RGB Variations
Color information
#41F2B7 (or 0x41F2B7) is known color: Turquoise. HEX triplet: 41, F2 and B7. RGB value is (65,242,183). Sum of RGB (Red+Green+Blue) = 65+242+183=490 (64% of max value = 765). Red value is 65 (25.78% from 255 or 13.27% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #41F2B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F2B7 is #BE0D48. Grayscale: #B6B6B6. Windows color (decimal): -12455241 or 12055105. OLE color: 12055105.
HSL color Cylindrical-coordinate representation of color #41F2B7: hue angle of 160º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F2B7 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 65 | 242 | 183 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.05 |
| HSL | 160º | 0.87% | 0.6% | - |
| HSV(B) | 160º | 0.73% | 0.95% | - |
| XYZ | 42.48 | 68.05 | 55.7 | - |
| YUV | 182.35 | 128.36 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 242 | 183 | 0.73 | 0 | 0.24 | 0.05 | 160 | 0.87 | 0.6 |
| Hex | 41 | F2 | B7 | 49 | 0 | 18 | 5 | A0 | 57 | 3C |
| Octal | 101 | 362 | 267 | 111 | 0 | 30 | 5 | 240 | 127 | 74 |
| Binary | 1000001 | 11110010 | 10110111 | 1001001 | 0 | 11000 | 101 | 10100000 | 1010111 | 111100 |
Color Harmonies of #41F2B7
Complementary color
Monochromatic Colors of #41F2B7
Black with #41F2B7
Text Example
Text Example
White with #41F2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F2B7; }
p { color: rgb(65,242,183); }
H1.HeaderClassName
{
color: #41F2B7;
}
.AnyTagClassName
{
color: #41F2B7;
}
</style>
background-color css
<style>
a { background-color: #41F2B7; }
a { background-color: rgb(65,242,183); }
div.DivClassName
{
background-color: #41F2B7;
}
.BgClassName
{
background-color: #41F2B7;
}
</style>
border-color css
<style>
span { border-color: #41F2B7; }
span { border-color: rgb(65,242,183); }
td.TdClassName
{
border-color: #41F2B7;
}
.TagClassName
{
border-color: #41F2B7;
}
</style>