Shades of Medium Turquoise #41C2C5
Tints of Medium Turquoise #41C2C5
RGB
CMYK
RGB Variations
Color information
#41C2C5 (or 0x41C2C5) is known color: Medium Turquoise. HEX triplet: 41, C2 and C5. RGB value is (65,194,197). Sum of RGB (Red+Green+Blue) = 65+194+197=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 197 - color contains mainly: blue. Hex color #41C2C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2C5 is #BE3D3A. Grayscale: #9B9B9B. Windows color (decimal): -12467515 or 12960321. OLE color: 12960321.
HSL color Cylindrical-coordinate representation of color #41C2C5: hue angle of 181.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41C2C5 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 194 | 197 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.23 |
| HSL | 181.36º | 0.53% | 0.51% | - |
| HSV(B) | 181.36º | 0.67% | 0.77% | - |
| XYZ | 31.55 | 43.74 | 59.6 | - |
| YUV | 155.77 | 151.26 | 63.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 197 | 0.67 | 0.02 | 0 | 0.23 | 181.36 | 0.53 | 0.51 |
| Hex | 41 | C2 | C5 | 43 | 2 | 0 | 17 | B5 | 35 | 33 |
| Octal | 101 | 302 | 305 | 103 | 2 | 0 | 27 | 265 | 65 | 63 |
| Binary | 1000001 | 11000010 | 11000101 | 1000011 | 10 | 0 | 10111 | 10110101 | 110101 | 110011 |
Color Harmonies of #41C2C5
Complementary color
Monochromatic Colors of #41C2C5
Black with #41C2C5
Text Example
Text Example
White with #41C2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2C5; }
p { color: rgb(65,194,197); }
H1.HeaderClassName
{
color: #41C2C5;
}
.AnyTagClassName
{
color: #41C2C5;
}
</style>
background-color css
<style>
a { background-color: #41C2C5; }
a { background-color: rgb(65,194,197); }
div.DivClassName
{
background-color: #41C2C5;
}
.BgClassName
{
background-color: #41C2C5;
}
</style>
border-color css
<style>
span { border-color: #41C2C5; }
span { border-color: rgb(65,194,197); }
td.TdClassName
{
border-color: #41C2C5;
}
.TagClassName
{
border-color: #41C2C5;
}
</style>