Shades of Turquoise #41FEAC
Tints of Turquoise #41FEAC
RGB
CMYK
RGB Variations
Color information
#41FEAC (or 0x41FEAC) is known color: Turquoise. HEX triplet: 41, FE and AC. RGB value is (65,254,172). Sum of RGB (Red+Green+Blue) = 65+254+172=491 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.24% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FEAC is #BE0153. Grayscale: #BCBCBC. Windows color (decimal): -12452180 or 11337281. OLE color: 11337281.
HSL color Cylindrical-coordinate representation of color #41FEAC: hue angle of 153.97º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FEAC is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 172 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.00 |
| HSL | 153.97º | 0.99% | 0.63% | - |
| HSV(B) | 153.97º | 0.74% | 1% | - |
| XYZ | 45.07 | 74.99 | 51.13 | - |
| YUV | 188.14 | 118.88 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 172 | 0.74 | 0 | 0.32 | 0.00 | 153.97 | 0.99 | 0.63 |
| Hex | 41 | FE | AC | 4A | 0 | 20 | 0 | 9A | 63 | 3F |
| Octal | 101 | 376 | 254 | 112 | 0 | 40 | 0 | 232 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10101100 | 1001010 | 0 | 100000 | 0 | 10011010 | 1100011 | 111111 |
Color Harmonies of #41FEAC
Complementary color
Monochromatic Colors of #41FEAC
Black with #41FEAC
Text Example
Text Example
White with #41FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEAC; }
p { color: rgb(65,254,172); }
H1.HeaderClassName
{
color: #41FEAC;
}
.AnyTagClassName
{
color: #41FEAC;
}
</style>
background-color css
<style>
a { background-color: #41FEAC; }
a { background-color: rgb(65,254,172); }
div.DivClassName
{
background-color: #41FEAC;
}
.BgClassName
{
background-color: #41FEAC;
}
</style>
border-color css
<style>
span { border-color: #41FEAC; }
span { border-color: rgb(65,254,172); }
td.TdClassName
{
border-color: #41FEAC;
}
.TagClassName
{
border-color: #41FEAC;
}
</style>