Shades of Turquoise #41FFAE
Tints of Turquoise #41FFAE
RGB
CMYK
RGB Variations
Color information
#41FFAE (or 0x41FFAE) is known color: Turquoise. HEX triplet: 41, FF and AE. RGB value is (65,255,174). Sum of RGB (Red+Green+Blue) = 65+255+174=494 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.16% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FFAE is #BE0051. Grayscale: #BDBDBD. Windows color (decimal): -12451922 or 11468609. OLE color: 11468609.
HSL color Cylindrical-coordinate representation of color #41FFAE: hue angle of 154.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 #41FFAE is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 174 | - |
| CMYK | 0.75 | 0 | 0.32 | 0 |
| HSL | 154.42º | 1% | 0.63% | - |
| HSV(B) | 154.42º | 0.75% | 1% | - |
| XYZ | 45.58 | 75.7 | 52.25 | - |
| YUV | 188.96 | 119.55 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 174 | 0.75 | 0 | 0.32 | 0 | 154.42 | 1 | 0.63 |
| Hex | 41 | FF | AE | 4B | 0 | 20 | 0 | 9A | 64 | 3F |
| Octal | 101 | 377 | 256 | 113 | 0 | 40 | 0 | 232 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10101110 | 1001011 | 0 | 100000 | 0 | 10011010 | 1100100 | 111111 |
Color Harmonies of #41FFAE
Complementary color
Monochromatic Colors of #41FFAE
Black with #41FFAE
Text Example
Text Example
White with #41FFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFAE; }
p { color: rgb(65,255,174); }
H1.HeaderClassName
{
color: #41FFAE;
}
.AnyTagClassName
{
color: #41FFAE;
}
</style>
background-color css
<style>
a { background-color: #41FFAE; }
a { background-color: rgb(65,255,174); }
div.DivClassName
{
background-color: #41FFAE;
}
.BgClassName
{
background-color: #41FFAE;
}
</style>
border-color css
<style>
span { border-color: #41FFAE; }
span { border-color: rgb(65,255,174); }
td.TdClassName
{
border-color: #41FFAE;
}
.TagClassName
{
border-color: #41FFAE;
}
</style>