Shades of Turquoise #41F0D9
Tints of Turquoise #41F0D9
RGB
CMYK
RGB Variations
Color information
#41F0D9 (or 0x41F0D9) is known color: Turquoise. HEX triplet: 41, F0 and D9. RGB value is (65,240,217). Sum of RGB (Red+Green+Blue) = 65+240+217=522 (69% of max value = 765). Red value is 65 (25.78% from 255 or 12.45% from 522); Green value is 240 (94.14% from 255 or 45.98% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 240 - color contains mainly: green. Hex color #41F0D9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F0D9 is #BE0F26. Grayscale: #B8B8B8. Windows color (decimal): -12455719 or 14282817. OLE color: 14282817.
HSL color Cylindrical-coordinate representation of color #41F0D9: hue angle of 172.11º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F0D9 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 65 | 240 | 217 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.06 |
| HSL | 172.11º | 0.85% | 0.6% | - |
| HSV(B) | 172.11º | 0.73% | 0.94% | - |
| XYZ | 45.86 | 68.45 | 76.44 | - |
| YUV | 185.05 | 146.02 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 240 | 217 | 0.73 | 0 | 0.10 | 0.06 | 172.11 | 0.85 | 0.6 |
| Hex | 41 | F0 | D9 | 49 | 0 | A | 6 | AC | 55 | 3C |
| Octal | 101 | 360 | 331 | 111 | 0 | 12 | 6 | 254 | 125 | 74 |
| Binary | 1000001 | 11110000 | 11011001 | 1001001 | 0 | 1010 | 110 | 10101100 | 1010101 | 111100 |
Color Harmonies of #41F0D9
Complementary color
Monochromatic Colors of #41F0D9
Black with #41F0D9
Text Example
Text Example
White with #41F0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F0D9; }
p { color: rgb(65,240,217); }
H1.HeaderClassName
{
color: #41F0D9;
}
.AnyTagClassName
{
color: #41F0D9;
}
</style>
background-color css
<style>
a { background-color: #41F0D9; }
a { background-color: rgb(65,240,217); }
div.DivClassName
{
background-color: #41F0D9;
}
.BgClassName
{
background-color: #41F0D9;
}
</style>
border-color css
<style>
span { border-color: #41F0D9; }
span { border-color: rgb(65,240,217); }
td.TdClassName
{
border-color: #41F0D9;
}
.TagClassName
{
border-color: #41F0D9;
}
</style>