Shades of Medium Turquoise #41D0B6
Tints of Medium Turquoise #41D0B6
RGB
CMYK
RGB Variations
Color information
#41D0B6 (or 0x41D0B6) is known color: Medium Turquoise. HEX triplet: 41, D0 and B6. RGB value is (65,208,182). Sum of RGB (Red+Green+Blue) = 65+208+182=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0B6 is #BE2F49. Grayscale: #A2A2A2. Windows color (decimal): -12463946 or 11980865. OLE color: 11980865.
HSL color Cylindrical-coordinate representation of color #41D0B6: hue angle of 169.09º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D0B6 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 182 | - |
| CMYK | 0.69 | 0 | 0.12 | 0.18 |
| HSL | 169.09º | 0.6% | 0.54% | - |
| HSV(B) | 169.09º | 0.69% | 0.82% | - |
| XYZ | 33.18 | 49.61 | 52.08 | - |
| YUV | 162.28 | 139.12 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 182 | 0.69 | 0 | 0.12 | 0.18 | 169.09 | 0.6 | 0.54 |
| Hex | 41 | D0 | B6 | 45 | 0 | C | 12 | A9 | 3C | 36 |
| Octal | 101 | 320 | 266 | 105 | 0 | 14 | 22 | 251 | 74 | 66 |
| Binary | 1000001 | 11010000 | 10110110 | 1000101 | 0 | 1100 | 10010 | 10101001 | 111100 | 110110 |
Color Harmonies of #41D0B6
Complementary color
Monochromatic Colors of #41D0B6
Black with #41D0B6
Text Example
Text Example
White with #41D0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0B6; }
p { color: rgb(65,208,182); }
H1.HeaderClassName
{
color: #41D0B6;
}
.AnyTagClassName
{
color: #41D0B6;
}
</style>
background-color css
<style>
a { background-color: #41D0B6; }
a { background-color: rgb(65,208,182); }
div.DivClassName
{
background-color: #41D0B6;
}
.BgClassName
{
background-color: #41D0B6;
}
</style>
border-color css
<style>
span { border-color: #41D0B6; }
span { border-color: rgb(65,208,182); }
td.TdClassName
{
border-color: #41D0B6;
}
.TagClassName
{
border-color: #41D0B6;
}
</style>