Shades of Medium Turquoise #41CCBB
Tints of Medium Turquoise #41CCBB
RGB
CMYK
RGB Variations
Color information
#41CCBB (or 0x41CCBB) is known color: Medium Turquoise. HEX triplet: 41, CC and BB. RGB value is (65,204,187). Sum of RGB (Red+Green+Blue) = 65+204+187=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCBB is #BE3344. Grayscale: #A0A0A0. Windows color (decimal): -12464965 or 12307521. OLE color: 12307521.
HSL color Cylindrical-coordinate representation of color #41CCBB: hue angle of 172.66º 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 #41CCBB is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 187 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.2 |
| HSL | 172.66º | 0.58% | 0.53% | - |
| HSV(B) | 172.66º | 0.68% | 0.8% | - |
| XYZ | 32.74 | 47.9 | 54.53 | - |
| YUV | 160.5 | 142.95 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 187 | 0.68 | 0 | 0.08 | 0.2 | 172.66 | 0.58 | 0.53 |
| Hex | 41 | CC | BB | 44 | 0 | 8 | 14 | AD | 3A | 35 |
| Octal | 101 | 314 | 273 | 104 | 0 | 10 | 24 | 255 | 72 | 65 |
| Binary | 1000001 | 11001100 | 10111011 | 1000100 | 0 | 1000 | 10100 | 10101101 | 111010 | 110101 |
Color Harmonies of #41CCBB
Complementary color
Monochromatic Colors of #41CCBB
Black with #41CCBB
Text Example
Text Example
White with #41CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCBB; }
p { color: rgb(65,204,187); }
H1.HeaderClassName
{
color: #41CCBB;
}
.AnyTagClassName
{
color: #41CCBB;
}
</style>
background-color css
<style>
a { background-color: #41CCBB; }
a { background-color: rgb(65,204,187); }
div.DivClassName
{
background-color: #41CCBB;
}
.BgClassName
{
background-color: #41CCBB;
}
</style>
border-color css
<style>
span { border-color: #41CCBB; }
span { border-color: rgb(65,204,187); }
td.TdClassName
{
border-color: #41CCBB;
}
.TagClassName
{
border-color: #41CCBB;
}
</style>