Shades of Turquoise #41FEB9
Tints of Turquoise #41FEB9
RGB
CMYK
RGB Variations
Color information
#41FEB9 (or 0x41FEB9) is known color: Turquoise. HEX triplet: 41, FE and B9. RGB value is (65,254,185). Sum of RGB (Red+Green+Blue) = 65+254+185=504 (66% of max value = 765). Red value is 65 (25.78% from 255 or 12.90% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #41FEB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FEB9 is #BE0146. Grayscale: #BDBDBD. Windows color (decimal): -12452167 or 12189249. OLE color: 12189249.
HSL color Cylindrical-coordinate representation of color #41FEB9: hue angle of 158.1º 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 #41FEB9 is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 185 | - |
| CMYK | 0.74 | 0 | 0.27 | 0.00 |
| HSL | 158.1º | 0.99% | 0.63% | - |
| HSV(B) | 158.1º | 0.74% | 1% | - |
| XYZ | 46.38 | 75.51 | 58.03 | - |
| YUV | 189.62 | 125.38 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 185 | 0.74 | 0 | 0.27 | 0.00 | 158.1 | 0.99 | 0.63 |
| Hex | 41 | FE | B9 | 4A | 0 | 1B | 0 | 9E | 63 | 3F |
| Octal | 101 | 376 | 271 | 112 | 0 | 33 | 0 | 236 | 143 | 77 |
| Binary | 1000001 | 11111110 | 10111001 | 1001010 | 0 | 11011 | 0 | 10011110 | 1100011 | 111111 |
Color Harmonies of #41FEB9
Complementary color
Monochromatic Colors of #41FEB9
Black with #41FEB9
Text Example
Text Example
White with #41FEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FEB9; }
p { color: rgb(65,254,185); }
H1.HeaderClassName
{
color: #41FEB9;
}
.AnyTagClassName
{
color: #41FEB9;
}
</style>
background-color css
<style>
a { background-color: #41FEB9; }
a { background-color: rgb(65,254,185); }
div.DivClassName
{
background-color: #41FEB9;
}
.BgClassName
{
background-color: #41FEB9;
}
</style>
border-color css
<style>
span { border-color: #41FEB9; }
span { border-color: rgb(65,254,185); }
td.TdClassName
{
border-color: #41FEB9;
}
.TagClassName
{
border-color: #41FEB9;
}
</style>