Shades of Turquoise #41FFC0
Tints of Turquoise #41FFC0
RGB
CMYK
RGB Variations
Color information
#41FFC0 (or 0x41FFC0) is known color: Turquoise. HEX triplet: 41, FF and C0. RGB value is (65,255,192). Sum of RGB (Red+Green+Blue) = 65+255+192=512 (67% of max value = 765). Red value is 65 (25.78% from 255 or 12.70% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFC0 is #BE003F. Grayscale: #BFBFBF. Windows color (decimal): -12451904 or 12648257. OLE color: 12648257.
HSL color Cylindrical-coordinate representation of color #41FFC0: hue angle of 160.11º 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 #41FFC0 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 192 | - |
| CMYK | 0.75 | 0 | 0.25 | 0 |
| HSL | 160.11º | 1% | 0.63% | - |
| HSV(B) | 160.11º | 0.75% | 1% | - |
| XYZ | 47.45 | 76.45 | 62.12 | - |
| YUV | 191.01 | 128.55 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 192 | 0.75 | 0 | 0.25 | 0 | 160.11 | 1 | 0.63 |
| Hex | 41 | FF | C0 | 4B | 0 | 19 | 0 | A0 | 64 | 3F |
| Octal | 101 | 377 | 300 | 113 | 0 | 31 | 0 | 240 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11000000 | 1001011 | 0 | 11001 | 0 | 10100000 | 1100100 | 111111 |
Color Harmonies of #41FFC0
Complementary color
Monochromatic Colors of #41FFC0
Black with #41FFC0
Text Example
Text Example
White with #41FFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFC0; }
p { color: rgb(65,255,192); }
H1.HeaderClassName
{
color: #41FFC0;
}
.AnyTagClassName
{
color: #41FFC0;
}
</style>
background-color css
<style>
a { background-color: #41FFC0; }
a { background-color: rgb(65,255,192); }
div.DivClassName
{
background-color: #41FFC0;
}
.BgClassName
{
background-color: #41FFC0;
}
</style>
border-color css
<style>
span { border-color: #41FFC0; }
span { border-color: rgb(65,255,192); }
td.TdClassName
{
border-color: #41FFC0;
}
.TagClassName
{
border-color: #41FFC0;
}
</style>