Shades of Turquoise #41FFC1
Tints of Turquoise #41FFC1
RGB
CMYK
RGB Variations
Color information
#41FFC1 (or 0x41FFC1) is known color: Turquoise. HEX triplet: 41, FF and C1. RGB value is (65,255,193). Sum of RGB (Red+Green+Blue) = 65+255+193=513 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.67% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFC1 is #BE003E. Grayscale: #BFBFBF. Windows color (decimal): -12451903 or 12713793. OLE color: 12713793.
HSL color Cylindrical-coordinate representation of color #41FFC1: hue angle of 160.42º 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 #41FFC1 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 193 | - |
| CMYK | 0.75 | 0 | 0.24 | 0 |
| HSL | 160.42º | 1% | 0.63% | - |
| HSV(B) | 160.42º | 0.75% | 1% | - |
| XYZ | 47.57 | 76.49 | 62.71 | - |
| YUV | 191.12 | 129.05 | 38.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 193 | 0.75 | 0 | 0.24 | 0 | 160.42 | 1 | 0.63 |
| Hex | 41 | FF | C1 | 4B | 0 | 18 | 0 | A0 | 64 | 3F |
| Octal | 101 | 377 | 301 | 113 | 0 | 30 | 0 | 240 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11000001 | 1001011 | 0 | 11000 | 0 | 10100000 | 1100100 | 111111 |
Color Harmonies of #41FFC1
Complementary color
Monochromatic Colors of #41FFC1
Black with #41FFC1
Text Example
Text Example
White with #41FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFC1; }
p { color: rgb(65,255,193); }
H1.HeaderClassName
{
color: #41FFC1;
}
.AnyTagClassName
{
color: #41FFC1;
}
</style>
background-color css
<style>
a { background-color: #41FFC1; }
a { background-color: rgb(65,255,193); }
div.DivClassName
{
background-color: #41FFC1;
}
.BgClassName
{
background-color: #41FFC1;
}
</style>
border-color css
<style>
span { border-color: #41FFC1; }
span { border-color: rgb(65,255,193); }
td.TdClassName
{
border-color: #41FFC1;
}
.TagClassName
{
border-color: #41FFC1;
}
</style>