Shades of Medium Turquoise #41BFC6
Tints of Medium Turquoise #41BFC6
RGB
CMYK
RGB Variations
Color information
#41BFC6 (or 0x41BFC6) is known color: Medium Turquoise. HEX triplet: 41, BF and C6. RGB value is (65,191,198). Sum of RGB (Red+Green+Blue) = 65+191+198=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #41BFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFC6 is #BE4039. Grayscale: #999999. Windows color (decimal): -12468282 or 13025089. OLE color: 13025089.
HSL color Cylindrical-coordinate representation of color #41BFC6: hue angle of 183.16º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41BFC6 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 191 | 198 | - |
| CMYK | 0.67 | 0.04 | 0 | 0.22 |
| HSL | 183.16º | 0.54% | 0.52% | - |
| HSV(B) | 183.16º | 0.67% | 0.78% | - |
| XYZ | 31 | 42.46 | 59.99 | - |
| YUV | 154.12 | 152.76 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 198 | 0.67 | 0.04 | 0 | 0.22 | 183.16 | 0.54 | 0.52 |
| Hex | 41 | BF | C6 | 43 | 4 | 0 | 16 | B7 | 36 | 34 |
| Octal | 101 | 277 | 306 | 103 | 4 | 0 | 26 | 267 | 66 | 64 |
| Binary | 1000001 | 10111111 | 11000110 | 1000011 | 100 | 0 | 10110 | 10110111 | 110110 | 110100 |
Color Harmonies of #41BFC6
Complementary color
Monochromatic Colors of #41BFC6
Black with #41BFC6
Text Example
Text Example
White with #41BFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFC6; }
p { color: rgb(65,191,198); }
H1.HeaderClassName
{
color: #41BFC6;
}
.AnyTagClassName
{
color: #41BFC6;
}
</style>
background-color css
<style>
a { background-color: #41BFC6; }
a { background-color: rgb(65,191,198); }
div.DivClassName
{
background-color: #41BFC6;
}
.BgClassName
{
background-color: #41BFC6;
}
</style>
border-color css
<style>
span { border-color: #41BFC6; }
span { border-color: rgb(65,191,198); }
td.TdClassName
{
border-color: #41BFC6;
}
.TagClassName
{
border-color: #41BFC6;
}
</style>