Shades of Turquoise #41DAB6
Tints of Turquoise #41DAB6
RGB
CMYK
RGB Variations
Color information
#41DAB6 (or 0x41DAB6) is known color: Turquoise. HEX triplet: 41, DA and B6. RGB value is (65,218,182). Sum of RGB (Red+Green+Blue) = 65+218+182=465 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.98% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 182 (71.48% from 255 or 39.14% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #41DAB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41DAB6 is #BE2549. Grayscale: #A8A8A8. Windows color (decimal): -12461386 or 11983425. OLE color: 11983425.
HSL color Cylindrical-coordinate representation of color #41DAB6: hue angle of 165.88º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41DAB6 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 65 | 218 | 182 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.15 |
| HSL | 165.88º | 0.67% | 0.55% | - |
| HSV(B) | 165.88º | 0.7% | 0.85% | - |
| XYZ | 35.69 | 54.64 | 52.92 | - |
| YUV | 168.15 | 135.81 | 54.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 218 | 182 | 0.70 | 0 | 0.17 | 0.15 | 165.88 | 0.67 | 0.55 |
| Hex | 41 | DA | B6 | 46 | 0 | 11 | F | A6 | 43 | 37 |
| Octal | 101 | 332 | 266 | 106 | 0 | 21 | 17 | 246 | 103 | 67 |
| Binary | 1000001 | 11011010 | 10110110 | 1000110 | 0 | 10001 | 1111 | 10100110 | 1000011 | 110111 |
Color Harmonies of #41DAB6
Complementary color
Monochromatic Colors of #41DAB6
Black with #41DAB6
Text Example
Text Example
White with #41DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41DAB6; }
p { color: rgb(65,218,182); }
H1.HeaderClassName
{
color: #41DAB6;
}
.AnyTagClassName
{
color: #41DAB6;
}
</style>
background-color css
<style>
a { background-color: #41DAB6; }
a { background-color: rgb(65,218,182); }
div.DivClassName
{
background-color: #41DAB6;
}
.BgClassName
{
background-color: #41DAB6;
}
</style>
border-color css
<style>
span { border-color: #41DAB6; }
span { border-color: rgb(65,218,182); }
td.TdClassName
{
border-color: #41DAB6;
}
.TagClassName
{
border-color: #41DAB6;
}
</style>