Shades of Medium Turquoise #41C0BC
Tints of Medium Turquoise #41C0BC
RGB
CMYK
RGB Variations
Color information
#41C0BC (or 0x41C0BC) is known color: Medium Turquoise. HEX triplet: 41, C0 and BC. RGB value is (65,192,188). Sum of RGB (Red+Green+Blue) = 65+192+188=445 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.61% from 445); Green value is 192 (75.39% from 255 or 43.15% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 192 - color contains mainly: green. Hex color #41C0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C0BC is #BE3F43. Grayscale: #999999. Windows color (decimal): -12468036 or 12369985. OLE color: 12369985.
HSL color Cylindrical-coordinate representation of color #41C0BC: hue angle of 178.11º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C0BC is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 192 | 188 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.25 |
| HSL | 178.11º | 0.5% | 0.5% | - |
| HSV(B) | 178.11º | 0.66% | 0.75% | - |
| XYZ | 30.11 | 42.45 | 54.18 | - |
| YUV | 153.57 | 147.42 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 192 | 188 | 0.66 | 0 | 0.02 | 0.25 | 178.11 | 0.5 | 0.5 |
| Hex | 41 | C0 | BC | 42 | 0 | 2 | 19 | B2 | 32 | 32 |
| Octal | 101 | 300 | 274 | 102 | 0 | 2 | 31 | 262 | 62 | 62 |
| Binary | 1000001 | 11000000 | 10111100 | 1000010 | 0 | 10 | 11001 | 10110010 | 110010 | 110010 |
Color Harmonies of #41C0BC
Complementary color
Monochromatic Colors of #41C0BC
Black with #41C0BC
Text Example
Text Example
White with #41C0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C0BC; }
p { color: rgb(65,192,188); }
H1.HeaderClassName
{
color: #41C0BC;
}
.AnyTagClassName
{
color: #41C0BC;
}
</style>
background-color css
<style>
a { background-color: #41C0BC; }
a { background-color: rgb(65,192,188); }
div.DivClassName
{
background-color: #41C0BC;
}
.BgClassName
{
background-color: #41C0BC;
}
</style>
border-color css
<style>
span { border-color: #41C0BC; }
span { border-color: rgb(65,192,188); }
td.TdClassName
{
border-color: #41C0BC;
}
.TagClassName
{
border-color: #41C0BC;
}
</style>