Shades of Turquoise #41FED9
Tints of Turquoise #41FED9
RGB
CMYK
RGB Variations
Color information
#41FED9 (or 0x41FED9) is known color: Turquoise. HEX triplet: 41, FE and D9. RGB value is (65,254,217). Sum of RGB (Red+Green+Blue) = 65+254+217=536 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.13% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #41FED9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FED9 is #BE0126. Grayscale: #C1C1C1. Windows color (decimal): -12452135 or 14286401. OLE color: 14286401.
HSL color Cylindrical-coordinate representation of color #41FED9: hue angle of 168.25º 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 #41FED9 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 65 | 254 | 217 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.00 |
| HSL | 168.25º | 0.99% | 0.63% | - |
| HSV(B) | 168.25º | 0.74% | 1% | - |
| XYZ | 50.15 | 77.02 | 77.87 | - |
| YUV | 193.27 | 141.38 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 254 | 217 | 0.74 | 0 | 0.15 | 0.00 | 168.25 | 0.99 | 0.63 |
| Hex | 41 | FE | D9 | 4A | 0 | F | 0 | A8 | 63 | 3F |
| Octal | 101 | 376 | 331 | 112 | 0 | 17 | 0 | 250 | 143 | 77 |
| Binary | 1000001 | 11111110 | 11011001 | 1001010 | 0 | 1111 | 0 | 10101000 | 1100011 | 111111 |
Color Harmonies of #41FED9
Complementary color
Monochromatic Colors of #41FED9
Black with #41FED9
Text Example
Text Example
White with #41FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FED9; }
p { color: rgb(65,254,217); }
H1.HeaderClassName
{
color: #41FED9;
}
.AnyTagClassName
{
color: #41FED9;
}
</style>
background-color css
<style>
a { background-color: #41FED9; }
a { background-color: rgb(65,254,217); }
div.DivClassName
{
background-color: #41FED9;
}
.BgClassName
{
background-color: #41FED9;
}
</style>
border-color css
<style>
span { border-color: #41FED9; }
span { border-color: rgb(65,254,217); }
td.TdClassName
{
border-color: #41FED9;
}
.TagClassName
{
border-color: #41FED9;
}
</style>