Shades of Medium Turquoise #41D0BC
Tints of Medium Turquoise #41D0BC
RGB
CMYK
RGB Variations
Color information
#41D0BC (or 0x41D0BC) is known color: Medium Turquoise. HEX triplet: 41, D0 and BC. RGB value is (65,208,188). Sum of RGB (Red+Green+Blue) = 65+208+188=461 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.10% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0BC is #BE2F43. Grayscale: #A2A2A2. Windows color (decimal): -12463940 or 12374081. OLE color: 12374081.
HSL color Cylindrical-coordinate representation of color #41D0BC: hue angle of 171.61º 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 #41D0BC is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 188 | - |
| CMYK | 0.69 | 0 | 0.10 | 0.18 |
| HSL | 171.61º | 0.6% | 0.54% | - |
| HSV(B) | 171.61º | 0.69% | 0.82% | - |
| XYZ | 33.81 | 49.87 | 55.42 | - |
| YUV | 162.96 | 142.12 | 58.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 188 | 0.69 | 0 | 0.10 | 0.18 | 171.61 | 0.6 | 0.54 |
| Hex | 41 | D0 | BC | 45 | 0 | A | 12 | AC | 3C | 36 |
| Octal | 101 | 320 | 274 | 105 | 0 | 12 | 22 | 254 | 74 | 66 |
| Binary | 1000001 | 11010000 | 10111100 | 1000101 | 0 | 1010 | 10010 | 10101100 | 111100 | 110110 |
Color Harmonies of #41D0BC
Complementary color
Monochromatic Colors of #41D0BC
Black with #41D0BC
Text Example
Text Example
White with #41D0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0BC; }
p { color: rgb(65,208,188); }
H1.HeaderClassName
{
color: #41D0BC;
}
.AnyTagClassName
{
color: #41D0BC;
}
</style>
background-color css
<style>
a { background-color: #41D0BC; }
a { background-color: rgb(65,208,188); }
div.DivClassName
{
background-color: #41D0BC;
}
.BgClassName
{
background-color: #41D0BC;
}
</style>
border-color css
<style>
span { border-color: #41D0BC; }
span { border-color: rgb(65,208,188); }
td.TdClassName
{
border-color: #41D0BC;
}
.TagClassName
{
border-color: #41D0BC;
}
</style>