Shades of Turquoise #41FFC6
Tints of Turquoise #41FFC6
RGB
CMYK
RGB Variations
Color information
#41FFC6 (or 0x41FFC6) is known color: Turquoise. HEX triplet: 41, FF and C6. RGB value is (65,255,198). Sum of RGB (Red+Green+Blue) = 65+255+198=518 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.55% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFC6 is #BE0039. Grayscale: #BFBFBF. Windows color (decimal): -12451898 or 13041473. OLE color: 13041473.
HSL color Cylindrical-coordinate representation of color #41FFC6: hue angle of 162º 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 #41FFC6 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 198 | - |
| CMYK | 0.75 | 0 | 0.22 | 0 |
| HSL | 162º | 1% | 0.63% | - |
| HSV(B) | 162º | 0.75% | 1% | - |
| XYZ | 48.13 | 76.72 | 65.7 | - |
| YUV | 191.69 | 131.55 | 37.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 198 | 0.75 | 0 | 0.22 | 0 | 162 | 1 | 0.63 |
| Hex | 41 | FF | C6 | 4B | 0 | 16 | 0 | A2 | 64 | 3F |
| Octal | 101 | 377 | 306 | 113 | 0 | 26 | 0 | 242 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11000110 | 1001011 | 0 | 10110 | 0 | 10100010 | 1100100 | 111111 |
Color Harmonies of #41FFC6
Complementary color
Monochromatic Colors of #41FFC6
Black with #41FFC6
Text Example
Text Example
White with #41FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFC6; }
p { color: rgb(65,255,198); }
H1.HeaderClassName
{
color: #41FFC6;
}
.AnyTagClassName
{
color: #41FFC6;
}
</style>
background-color css
<style>
a { background-color: #41FFC6; }
a { background-color: rgb(65,255,198); }
div.DivClassName
{
background-color: #41FFC6;
}
.BgClassName
{
background-color: #41FFC6;
}
</style>
border-color css
<style>
span { border-color: #41FFC6; }
span { border-color: rgb(65,255,198); }
td.TdClassName
{
border-color: #41FFC6;
}
.TagClassName
{
border-color: #41FFC6;
}
</style>