Shades of Turquoise #41F4DF
Tints of Turquoise #41F4DF
RGB
CMYK
RGB Variations
Color information
#41F4DF (or 0x41F4DF) is known color: Turquoise. HEX triplet: 41, F4 and DF. RGB value is (65,244,223). Sum of RGB (Red+Green+Blue) = 65+244+223=532 (70% of max value = 765). Red value is 65 (25.78% from 255 or 12.22% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #41F4DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F4DF is #BE0B20. Grayscale: #BBBBBB. Windows color (decimal): -12454689 or 14677057. OLE color: 14677057.
HSL color Cylindrical-coordinate representation of color #41F4DF: hue angle of 172.96º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F4DF is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 65 | 244 | 223 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.04 |
| HSL | 172.96º | 0.89% | 0.61% | - |
| HSV(B) | 172.96º | 0.73% | 0.96% | - |
| XYZ | 47.85 | 71.15 | 81.02 | - |
| YUV | 188.09 | 147.7 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 244 | 223 | 0.73 | 0 | 0.09 | 0.04 | 172.96 | 0.89 | 0.61 |
| Hex | 41 | F4 | DF | 49 | 0 | 9 | 4 | AD | 59 | 3D |
| Octal | 101 | 364 | 337 | 111 | 0 | 11 | 4 | 255 | 131 | 75 |
| Binary | 1000001 | 11110100 | 11011111 | 1001001 | 0 | 1001 | 100 | 10101101 | 1011001 | 111101 |
Color Harmonies of #41F4DF
Complementary color
Monochromatic Colors of #41F4DF
Black with #41F4DF
Text Example
Text Example
White with #41F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F4DF; }
p { color: rgb(65,244,223); }
H1.HeaderClassName
{
color: #41F4DF;
}
.AnyTagClassName
{
color: #41F4DF;
}
</style>
background-color css
<style>
a { background-color: #41F4DF; }
a { background-color: rgb(65,244,223); }
div.DivClassName
{
background-color: #41F4DF;
}
.BgClassName
{
background-color: #41F4DF;
}
</style>
border-color css
<style>
span { border-color: #41F4DF; }
span { border-color: rgb(65,244,223); }
td.TdClassName
{
border-color: #41F4DF;
}
.TagClassName
{
border-color: #41F4DF;
}
</style>