Shades of Medium Turquoise #41C8B2
Tints of Medium Turquoise #41C8B2
RGB
CMYK
RGB Variations
Color information
#41C8B2 (or 0x41C8B2) is known color: Medium Turquoise. HEX triplet: 41, C8 and B2. RGB value is (65,200,178). Sum of RGB (Red+Green+Blue) = 65+200+178=443 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.67% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #41C8B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41C8B2 is #BE374D. Grayscale: #9D9D9D. Windows color (decimal): -12465998 or 11716673. OLE color: 11716673.
HSL color Cylindrical-coordinate representation of color #41C8B2: hue angle of 170.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41C8B2 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 200 | 178 | - |
| CMYK | 0.68 | 0 | 0.11 | 0.22 |
| HSL | 170.22º | 0.55% | 0.52% | - |
| HSV(B) | 170.22º | 0.68% | 0.78% | - |
| XYZ | 30.87 | 45.65 | 49.3 | - |
| YUV | 157.13 | 139.77 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 200 | 178 | 0.68 | 0 | 0.11 | 0.22 | 170.22 | 0.55 | 0.52 |
| Hex | 41 | C8 | B2 | 44 | 0 | B | 16 | AA | 37 | 34 |
| Octal | 101 | 310 | 262 | 104 | 0 | 13 | 26 | 252 | 67 | 64 |
| Binary | 1000001 | 11001000 | 10110010 | 1000100 | 0 | 1011 | 10110 | 10101010 | 110111 | 110100 |
Color Harmonies of #41C8B2
Complementary color
Monochromatic Colors of #41C8B2
Black with #41C8B2
Text Example
Text Example
White with #41C8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C8B2; }
p { color: rgb(65,200,178); }
H1.HeaderClassName
{
color: #41C8B2;
}
.AnyTagClassName
{
color: #41C8B2;
}
</style>
background-color css
<style>
a { background-color: #41C8B2; }
a { background-color: rgb(65,200,178); }
div.DivClassName
{
background-color: #41C8B2;
}
.BgClassName
{
background-color: #41C8B2;
}
</style>
border-color css
<style>
span { border-color: #41C8B2; }
span { border-color: rgb(65,200,178); }
td.TdClassName
{
border-color: #41C8B2;
}
.TagClassName
{
border-color: #41C8B2;
}
</style>