Shades of Turquoise #41FFC7
Tints of Turquoise #41FFC7
RGB
CMYK
RGB Variations
Color information
#41FFC7 (or 0x41FFC7) is known color: Turquoise. HEX triplet: 41, FF and C7. RGB value is (65,255,199). Sum of RGB (Red+Green+Blue) = 65+255+199=519 (68% of max value = 765). Red value is 65 (25.78% from 255 or 12.52% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFC7 is #BE0038. Grayscale: #BFBFBF. Windows color (decimal): -12451897 or 13107009. OLE color: 13107009.
HSL color Cylindrical-coordinate representation of color #41FFC7: hue angle of 162.32º 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 #41FFC7 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 199 | - |
| CMYK | 0.75 | 0 | 0.22 | 0 |
| HSL | 162.32º | 1% | 0.63% | - |
| HSV(B) | 162.32º | 0.75% | 1% | - |
| XYZ | 48.25 | 76.77 | 66.31 | - |
| YUV | 191.81 | 132.05 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 199 | 0.75 | 0 | 0.22 | 0 | 162.32 | 1 | 0.63 |
| Hex | 41 | FF | C7 | 4B | 0 | 16 | 0 | A2 | 64 | 3F |
| Octal | 101 | 377 | 307 | 113 | 0 | 26 | 0 | 242 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11000111 | 1001011 | 0 | 10110 | 0 | 10100010 | 1100100 | 111111 |
Color Harmonies of #41FFC7
Complementary color
Monochromatic Colors of #41FFC7
Black with #41FFC7
Text Example
Text Example
White with #41FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFC7; }
p { color: rgb(65,255,199); }
H1.HeaderClassName
{
color: #41FFC7;
}
.AnyTagClassName
{
color: #41FFC7;
}
</style>
background-color css
<style>
a { background-color: #41FFC7; }
a { background-color: rgb(65,255,199); }
div.DivClassName
{
background-color: #41FFC7;
}
.BgClassName
{
background-color: #41FFC7;
}
</style>
border-color css
<style>
span { border-color: #41FFC7; }
span { border-color: rgb(65,255,199); }
td.TdClassName
{
border-color: #41FFC7;
}
.TagClassName
{
border-color: #41FFC7;
}
</style>