Shades of Medium Turquoise #41BFC3
Tints of Medium Turquoise #41BFC3
RGB
CMYK
RGB Variations
Color information
#41BFC3 (or 0x41BFC3) is known color: Medium Turquoise. HEX triplet: 41, BF and C3. RGB value is (65,191,195). Sum of RGB (Red+Green+Blue) = 65+191+195=451 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.41% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 195 (76.56% from 255 or 43.24% from 451); Max value from RGB is 195 - color contains mainly: blue. Hex color #41BFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BFC3 is #BE403C. Grayscale: #999999. Windows color (decimal): -12468285 or 12828481. OLE color: 12828481.
HSL color Cylindrical-coordinate representation of color #41BFC3: hue angle of 181.85º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #41BFC3 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 191 | 195 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.24 |
| HSL | 181.85º | 0.52% | 0.51% | - |
| HSV(B) | 181.85º | 0.67% | 0.76% | - |
| XYZ | 30.66 | 42.33 | 58.18 | - |
| YUV | 153.78 | 151.26 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 191 | 195 | 0.67 | 0.02 | 0 | 0.24 | 181.85 | 0.52 | 0.51 |
| Hex | 41 | BF | C3 | 43 | 2 | 0 | 18 | B6 | 34 | 33 |
| Octal | 101 | 277 | 303 | 103 | 2 | 0 | 30 | 266 | 64 | 63 |
| Binary | 1000001 | 10111111 | 11000011 | 1000011 | 10 | 0 | 11000 | 10110110 | 110100 | 110011 |
Color Harmonies of #41BFC3
Complementary color
Monochromatic Colors of #41BFC3
Black with #41BFC3
Text Example
Text Example
White with #41BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41BFC3; }
p { color: rgb(65,191,195); }
H1.HeaderClassName
{
color: #41BFC3;
}
.AnyTagClassName
{
color: #41BFC3;
}
</style>
background-color css
<style>
a { background-color: #41BFC3; }
a { background-color: rgb(65,191,195); }
div.DivClassName
{
background-color: #41BFC3;
}
.BgClassName
{
background-color: #41BFC3;
}
</style>
border-color css
<style>
span { border-color: #41BFC3; }
span { border-color: rgb(65,191,195); }
td.TdClassName
{
border-color: #41BFC3;
}
.TagClassName
{
border-color: #41BFC3;
}
</style>