Shades of Turquoise #41FFAF
Tints of Turquoise #41FFAF
RGB
CMYK
RGB Variations
Color information
#41FFAF (or 0x41FFAF) is known color: Turquoise. HEX triplet: 41, FF and AF. RGB value is (65,255,175). Sum of RGB (Red+Green+Blue) = 65+255+175=495 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.13% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FFAF is #BE0050. Grayscale: #BDBDBD. Windows color (decimal): -12451921 or 11534145. OLE color: 11534145.
HSL color Cylindrical-coordinate representation of color #41FFAF: hue angle of 154.74º 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 #41FFAF is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 175 | - |
| CMYK | 0.75 | 0 | 0.31 | 0 |
| HSL | 154.74º | 1% | 0.63% | - |
| HSV(B) | 154.74º | 0.75% | 1% | - |
| XYZ | 45.68 | 75.74 | 52.77 | - |
| YUV | 189.07 | 120.05 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 175 | 0.75 | 0 | 0.31 | 0 | 154.74 | 1 | 0.63 |
| Hex | 41 | FF | AF | 4B | 0 | 1F | 0 | 9B | 64 | 3F |
| Octal | 101 | 377 | 257 | 113 | 0 | 37 | 0 | 233 | 144 | 77 |
| Binary | 1000001 | 11111111 | 10101111 | 1001011 | 0 | 11111 | 0 | 10011011 | 1100100 | 111111 |
Color Harmonies of #41FFAF
Complementary color
Monochromatic Colors of #41FFAF
Black with #41FFAF
Text Example
Text Example
White with #41FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFAF; }
p { color: rgb(65,255,175); }
H1.HeaderClassName
{
color: #41FFAF;
}
.AnyTagClassName
{
color: #41FFAF;
}
</style>
background-color css
<style>
a { background-color: #41FFAF; }
a { background-color: rgb(65,255,175); }
div.DivClassName
{
background-color: #41FFAF;
}
.BgClassName
{
background-color: #41FFAF;
}
</style>
border-color css
<style>
span { border-color: #41FFAF; }
span { border-color: rgb(65,255,175); }
td.TdClassName
{
border-color: #41FFAF;
}
.TagClassName
{
border-color: #41FFAF;
}
</style>