Shades of Medium Turquoise #41C2C0
Tints of Medium Turquoise #41C2C0
RGB
CMYK
RGB Variations
Color information
#41C2C0 (or 0x41C2C0) is known color: Medium Turquoise. HEX triplet: 41, C2 and C0. RGB value is (65,194,192). Sum of RGB (Red+Green+Blue) = 65+194+192=451 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.41% from 451); Green value is 194 (76.17% from 255 or 43.02% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2C0 is #BE3D3F. Grayscale: #9B9B9B. Windows color (decimal): -12467520 or 12632641. OLE color: 12632641.
HSL color Cylindrical-coordinate representation of color #41C2C0: hue angle of 179.07º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C2C0 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 192 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.24 |
| HSL | 179.07º | 0.51% | 0.51% | - |
| HSV(B) | 179.07º | 0.66% | 0.76% | - |
| XYZ | 30.99 | 43.51 | 56.63 | - |
| YUV | 155.2 | 148.76 | 63.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 192 | 0.66 | 0 | 0.01 | 0.24 | 179.07 | 0.51 | 0.51 |
| Hex | 41 | C2 | C0 | 42 | 0 | 1 | 18 | B3 | 33 | 33 |
| Octal | 101 | 302 | 300 | 102 | 0 | 1 | 30 | 263 | 63 | 63 |
| Binary | 1000001 | 11000010 | 11000000 | 1000010 | 0 | 1 | 11000 | 10110011 | 110011 | 110011 |
Color Harmonies of #41C2C0
Complementary color
Monochromatic Colors of #41C2C0
Black with #41C2C0
Text Example
Text Example
White with #41C2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2C0; }
p { color: rgb(65,194,192); }
H1.HeaderClassName
{
color: #41C2C0;
}
.AnyTagClassName
{
color: #41C2C0;
}
</style>
background-color css
<style>
a { background-color: #41C2C0; }
a { background-color: rgb(65,194,192); }
div.DivClassName
{
background-color: #41C2C0;
}
.BgClassName
{
background-color: #41C2C0;
}
</style>
border-color css
<style>
span { border-color: #41C2C0; }
span { border-color: rgb(65,194,192); }
td.TdClassName
{
border-color: #41C2C0;
}
.TagClassName
{
border-color: #41C2C0;
}
</style>