Shades of Turquoise #41FEAD
Tints of Turquoise #41FEAD
RGB
CMYK
RGB Variations
Color information
#41FEAD (or 0x41FEAD) is known color: Turquoise. HEX triplet: 41, FE and AD. RGB value is (65,254,173). Sum of RGB (Red+Green+Blue) = 65+254+173=492 (65% of max value = 765). Red value is 65 (25.78% from 255 or 13.21% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41FEAD is #BE0152. Grayscale: #BCBCBC. Windows color (decimal): -12452179 or 11402817. OLE color: 11402817.
HSL color Cylindrical-coordinate representation of color #41FEAD: hue angle of 154.29º 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 #41FEAD is Cyan = 0.74, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 173 | - |
| CMYK | 0.74 | 0 | 0.32 | 0.00 |
| HSL | 154.29º | 0.99% | 0.63% | - |
| HSV(B) | 154.29º | 0.74% | 1% | - |
| XYZ | 45.16 | 75.02 | 51.64 | - |
| YUV | 188.26 | 119.38 | 40.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 173 | 0.74 | 0 | 0.32 | 0.00 | 154.29 | 0.99 | 0.63 |
| Hex | 41 | FE | AD | 4A | 0 | 20 | 0 | 9A | 63 | 3F |
| Octal | 101 | 376 | 255 | 112 | 0 | 40 | 0 | 232 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10101101 | 1001010 | 0 | 100000 | 0 | 10011010 | 1100011 | 111111 |
Color Harmonies of #41FEAD
Complementary color
Monochromatic Colors of #41FEAD
Black with #41FEAD
Text Example
Text Example
White with #41FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEAD; }
p { color: rgb(65,254,173); }
H1.HeaderClassName
{
color: #41FEAD;
}
.AnyTagClassName
{
color: #41FEAD;
}
</style>
background-color css
<style>
a { background-color: #41FEAD; }
a { background-color: rgb(65,254,173); }
div.DivClassName
{
background-color: #41FEAD;
}
.BgClassName
{
background-color: #41FEAD;
}
</style>
border-color css
<style>
span { border-color: #41FEAD; }
span { border-color: rgb(65,254,173); }
td.TdClassName
{
border-color: #41FEAD;
}
.TagClassName
{
border-color: #41FEAD;
}
</style>