Shades of Turquoise #41DFB9
Tints of Turquoise #41DFB9
RGB
CMYK
RGB Variations
Color information
#41DFB9 (or 0x41DFB9) is known color: Turquoise. HEX triplet: 41, DF and B9. RGB value is (65,223,185). Sum of RGB (Red+Green+Blue) = 65+223+185=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #41DFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DFB9 is #BE2046. Grayscale: #ABABAB. Windows color (decimal): -12460103 or 12181313. OLE color: 12181313.
HSL color Cylindrical-coordinate representation of color #41DFB9: hue angle of 165.57º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41DFB9 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 65 | 223 | 185 | - |
| CMYK | 0.71 | 0 | 0.17 | 0.13 |
| HSL | 165.57º | 0.71% | 0.56% | - |
| HSV(B) | 165.57º | 0.71% | 0.87% | - |
| XYZ | 37.32 | 57.4 | 55.01 | - |
| YUV | 171.43 | 135.65 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 223 | 185 | 0.71 | 0 | 0.17 | 0.13 | 165.57 | 0.71 | 0.56 |
| Hex | 41 | DF | B9 | 47 | 0 | 11 | D | A6 | 47 | 38 |
| Octal | 101 | 337 | 271 | 107 | 0 | 21 | 15 | 246 | 107 | 70 |
| Binary | 1000001 | 11011111 | 10111001 | 1000111 | 0 | 10001 | 1101 | 10100110 | 1000111 | 111000 |
Color Harmonies of #41DFB9
Complementary color
Monochromatic Colors of #41DFB9
Black with #41DFB9
Text Example
Text Example
White with #41DFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DFB9; }
p { color: rgb(65,223,185); }
H1.HeaderClassName
{
color: #41DFB9;
}
.AnyTagClassName
{
color: #41DFB9;
}
</style>
background-color css
<style>
a { background-color: #41DFB9; }
a { background-color: rgb(65,223,185); }
div.DivClassName
{
background-color: #41DFB9;
}
.BgClassName
{
background-color: #41DFB9;
}
</style>
border-color css
<style>
span { border-color: #41DFB9; }
span { border-color: rgb(65,223,185); }
td.TdClassName
{
border-color: #41DFB9;
}
.TagClassName
{
border-color: #41DFB9;
}
</style>