Shades of Medium Turquoise #41C2BF
Tints of Medium Turquoise #41C2BF
RGB
CMYK
RGB Variations
Color information
#41C2BF (or 0x41C2BF) is known color: Medium Turquoise. HEX triplet: 41, C2 and BF. RGB value is (65,194,191). Sum of RGB (Red+Green+Blue) = 65+194+191=450 (59% of max value = 765). Red value is 65 (25.78% from 255 or 14.44% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 194 - color contains mainly: green. Hex color #41C2BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2BF is #BE3D40. Grayscale: #9A9A9A. Windows color (decimal): -12467521 or 12567105. OLE color: 12567105.
HSL color Cylindrical-coordinate representation of color #41C2BF: hue angle of 178.6º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41C2BF is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 194 | 191 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.24 |
| HSL | 178.6º | 0.51% | 0.51% | - |
| HSV(B) | 178.6º | 0.66% | 0.76% | - |
| XYZ | 30.88 | 43.47 | 56.05 | - |
| YUV | 155.09 | 148.26 | 63.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 191 | 0.66 | 0 | 0.02 | 0.24 | 178.6 | 0.51 | 0.51 |
| Hex | 41 | C2 | BF | 42 | 0 | 2 | 18 | B3 | 33 | 33 |
| Octal | 101 | 302 | 277 | 102 | 0 | 2 | 30 | 263 | 63 | 63 |
| Binary | 1000001 | 11000010 | 10111111 | 1000010 | 0 | 10 | 11000 | 10110011 | 110011 | 110011 |
Color Harmonies of #41C2BF
Complementary color
Monochromatic Colors of #41C2BF
Black with #41C2BF
Text Example
Text Example
White with #41C2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2BF; }
p { color: rgb(65,194,191); }
H1.HeaderClassName
{
color: #41C2BF;
}
.AnyTagClassName
{
color: #41C2BF;
}
</style>
background-color css
<style>
a { background-color: #41C2BF; }
a { background-color: rgb(65,194,191); }
div.DivClassName
{
background-color: #41C2BF;
}
.BgClassName
{
background-color: #41C2BF;
}
</style>
border-color css
<style>
span { border-color: #41C2BF; }
span { border-color: rgb(65,194,191); }
td.TdClassName
{
border-color: #41C2BF;
}
.TagClassName
{
border-color: #41C2BF;
}
</style>