Shades of Medium Turquoise #41CFC6
Tints of Medium Turquoise #41CFC6
RGB
CMYK
RGB Variations
Color information
#41CFC6 (or 0x41CFC6) is known color: Medium Turquoise. HEX triplet: 41, CF and C6. RGB value is (65,207,198). Sum of RGB (Red+Green+Blue) = 65+207+198=470 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.83% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 198 (77.73% from 255 or 42.13% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #41CFC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CFC6 is #BE3039. Grayscale: #A3A3A3. Windows color (decimal): -12464186 or 13029185. OLE color: 13029185.
HSL color Cylindrical-coordinate representation of color #41CFC6: hue angle of 176.2º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41CFC6 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 207 | 198 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.19 |
| HSL | 176.2º | 0.6% | 0.53% | - |
| HSV(B) | 176.2º | 0.69% | 0.81% | - |
| XYZ | 34.69 | 49.83 | 61.22 | - |
| YUV | 163.52 | 147.46 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 207 | 198 | 0.69 | 0 | 0.04 | 0.19 | 176.2 | 0.6 | 0.53 |
| Hex | 41 | CF | C6 | 45 | 0 | 4 | 13 | B0 | 3C | 35 |
| Octal | 101 | 317 | 306 | 105 | 0 | 4 | 23 | 260 | 74 | 65 |
| Binary | 1000001 | 11001111 | 11000110 | 1000101 | 0 | 100 | 10011 | 10110000 | 111100 | 110101 |
Color Harmonies of #41CFC6
Complementary color
Monochromatic Colors of #41CFC6
Black with #41CFC6
Text Example
Text Example
White with #41CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CFC6; }
p { color: rgb(65,207,198); }
H1.HeaderClassName
{
color: #41CFC6;
}
.AnyTagClassName
{
color: #41CFC6;
}
</style>
background-color css
<style>
a { background-color: #41CFC6; }
a { background-color: rgb(65,207,198); }
div.DivClassName
{
background-color: #41CFC6;
}
.BgClassName
{
background-color: #41CFC6;
}
</style>
border-color css
<style>
span { border-color: #41CFC6; }
span { border-color: rgb(65,207,198); }
td.TdClassName
{
border-color: #41CFC6;
}
.TagClassName
{
border-color: #41CFC6;
}
</style>