Shades of Turquoise #41FFDF
Tints of Turquoise #41FFDF
RGB
CMYK
RGB Variations
Color information
#41FFDF (or 0x41FFDF) is known color: Turquoise. HEX triplet: 41, FF and DF. RGB value is (65,255,223). Sum of RGB (Red+Green+Blue) = 65+255+223=543 (71% of max value = 765). Red value is 65 (25.78% from 255 or 11.97% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41FFDF is #BE0020. Grayscale: #C2C2C2. Windows color (decimal): -12451873 or 14679873. OLE color: 14679873.
HSL color Cylindrical-coordinate representation of color #41FFDF: hue angle of 169.89º 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 #41FFDF is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 65 | 255 | 223 | - |
| CMYK | 0.75 | 0 | 0.13 | 0 |
| HSL | 169.89º | 1% | 0.63% | - |
| HSV(B) | 169.89º | 0.75% | 1% | - |
| XYZ | 51.26 | 77.97 | 82.16 | - |
| YUV | 194.54 | 144.05 | 35.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 255 | 223 | 0.75 | 0 | 0.13 | 0 | 169.89 | 1 | 0.63 |
| Hex | 41 | FF | DF | 4B | 0 | D | 0 | AA | 64 | 3F |
| Octal | 101 | 377 | 337 | 113 | 0 | 15 | 0 | 252 | 144 | 77 |
| Binary | 1000001 | 11111111 | 11011111 | 1001011 | 0 | 1101 | 0 | 10101010 | 1100100 | 111111 |
Color Harmonies of #41FFDF
Complementary color
Monochromatic Colors of #41FFDF
Black with #41FFDF
Text Example
Text Example
White with #41FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41FFDF; }
p { color: rgb(65,255,223); }
H1.HeaderClassName
{
color: #41FFDF;
}
.AnyTagClassName
{
color: #41FFDF;
}
</style>
background-color css
<style>
a { background-color: #41FFDF; }
a { background-color: rgb(65,255,223); }
div.DivClassName
{
background-color: #41FFDF;
}
.BgClassName
{
background-color: #41FFDF;
}
</style>
border-color css
<style>
span { border-color: #41FFDF; }
span { border-color: rgb(65,255,223); }
td.TdClassName
{
border-color: #41FFDF;
}
.TagClassName
{
border-color: #41FFDF;
}
</style>