Shades of Turquoise #41F9DF
Tints of Turquoise #41F9DF
RGB
CMYK
RGB Variations
Color information
#41F9DF (or 0x41F9DF) is known color: Turquoise. HEX triplet: 41, F9 and DF. RGB value is (65,249,223). Sum of RGB (Red+Green+Blue) = 65+249+223=537 (71% of max value = 765). Red value is 65 (25.78% from 255 or 12.10% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #41F9DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #41F9DF is #BE0620. Grayscale: #BEBEBE. Windows color (decimal): -12453409 or 14678337. OLE color: 14678337.
HSL color Cylindrical-coordinate representation of color #41F9DF: hue angle of 171.52º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41F9DF is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 249 | 223 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.02 |
| HSL | 171.52º | 0.94% | 0.62% | - |
| HSV(B) | 171.52º | 0.74% | 0.98% | - |
| XYZ | 49.37 | 74.2 | 81.53 | - |
| YUV | 191.02 | 146.04 | 38.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 249 | 223 | 0.74 | 0 | 0.10 | 0.02 | 171.52 | 0.94 | 0.62 |
| Hex | 41 | F9 | DF | 4A | 0 | A | 2 | AC | 5E | 3E |
| Octal | 101 | 371 | 337 | 112 | 0 | 12 | 2 | 254 | 136 | 76 |
| Binary | 1000001 | 11111001 | 11011111 | 1001010 | 0 | 1010 | 10 | 10101100 | 1011110 | 111110 |
Color Harmonies of #41F9DF
Complementary color
Monochromatic Colors of #41F9DF
Black with #41F9DF
Text Example
Text Example
White with #41F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41F9DF; }
p { color: rgb(65,249,223); }
H1.HeaderClassName
{
color: #41F9DF;
}
.AnyTagClassName
{
color: #41F9DF;
}
</style>
background-color css
<style>
a { background-color: #41F9DF; }
a { background-color: rgb(65,249,223); }
div.DivClassName
{
background-color: #41F9DF;
}
.BgClassName
{
background-color: #41F9DF;
}
</style>
border-color css
<style>
span { border-color: #41F9DF; }
span { border-color: rgb(65,249,223); }
td.TdClassName
{
border-color: #41F9DF;
}
.TagClassName
{
border-color: #41F9DF;
}
</style>