Shades of Medium Turquoise #41CCBA
Tints of Medium Turquoise #41CCBA
RGB
CMYK
RGB Variations
Color information
#41CCBA (or 0x41CCBA) is known color: Medium Turquoise. HEX triplet: 41, CC and BA. RGB value is (65,204,186). Sum of RGB (Red+Green+Blue) = 65+204+186=455 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.29% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCBA is #BE3345. Grayscale: #A0A0A0. Windows color (decimal): -12464966 or 12241985. OLE color: 12241985.
HSL color Cylindrical-coordinate representation of color #41CCBA: hue angle of 172.23º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CCBA is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 186 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.2 |
| HSL | 172.23º | 0.58% | 0.53% | - |
| HSV(B) | 172.23º | 0.68% | 0.8% | - |
| XYZ | 32.64 | 47.85 | 53.97 | - |
| YUV | 160.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 186 | 0.68 | 0 | 0.09 | 0.2 | 172.23 | 0.58 | 0.53 |
| Hex | 41 | CC | BA | 44 | 0 | 9 | 14 | AC | 3A | 35 |
| Octal | 101 | 314 | 272 | 104 | 0 | 11 | 24 | 254 | 72 | 65 |
| Binary | 1000001 | 11001100 | 10111010 | 1000100 | 0 | 1001 | 10100 | 10101100 | 111010 | 110101 |
Color Harmonies of #41CCBA
Complementary color
Monochromatic Colors of #41CCBA
Black with #41CCBA
Text Example
Text Example
White with #41CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCBA; }
p { color: rgb(65,204,186); }
H1.HeaderClassName
{
color: #41CCBA;
}
.AnyTagClassName
{
color: #41CCBA;
}
</style>
background-color css
<style>
a { background-color: #41CCBA; }
a { background-color: rgb(65,204,186); }
div.DivClassName
{
background-color: #41CCBA;
}
.BgClassName
{
background-color: #41CCBA;
}
</style>
border-color css
<style>
span { border-color: #41CCBA; }
span { border-color: rgb(65,204,186); }
td.TdClassName
{
border-color: #41CCBA;
}
.TagClassName
{
border-color: #41CCBA;
}
</style>