Shades of Medium Turquoise #41CCC6
Tints of Medium Turquoise #41CCC6
RGB
CMYK
RGB Variations
Color information
#41CCC6 (or 0x41CCC6) is known color: Medium Turquoise. HEX triplet: 41, CC and C6. RGB value is (65,204,198). Sum of RGB (Red+Green+Blue) = 65+204+198=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #41CCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCC6 is #BE3339. Grayscale: #A1A1A1. Windows color (decimal): -12464954 or 13028417. OLE color: 13028417.
HSL color Cylindrical-coordinate representation of color #41CCC6: hue angle of 177.41º 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 #41CCC6 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 198 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.2 |
| HSL | 177.41º | 0.58% | 0.53% | - |
| HSV(B) | 177.41º | 0.68% | 0.8% | - |
| XYZ | 33.97 | 48.39 | 60.98 | - |
| YUV | 161.76 | 148.45 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 198 | 0.68 | 0 | 0.03 | 0.2 | 177.41 | 0.58 | 0.53 |
| Hex | 41 | CC | C6 | 44 | 0 | 3 | 14 | B1 | 3A | 35 |
| Octal | 101 | 314 | 306 | 104 | 0 | 3 | 24 | 261 | 72 | 65 |
| Binary | 1000001 | 11001100 | 11000110 | 1000100 | 0 | 11 | 10100 | 10110001 | 111010 | 110101 |
Color Harmonies of #41CCC6
Complementary color
Monochromatic Colors of #41CCC6
Black with #41CCC6
Text Example
Text Example
White with #41CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCC6; }
p { color: rgb(65,204,198); }
H1.HeaderClassName
{
color: #41CCC6;
}
.AnyTagClassName
{
color: #41CCC6;
}
</style>
background-color css
<style>
a { background-color: #41CCC6; }
a { background-color: rgb(65,204,198); }
div.DivClassName
{
background-color: #41CCC6;
}
.BgClassName
{
background-color: #41CCC6;
}
</style>
border-color css
<style>
span { border-color: #41CCC6; }
span { border-color: rgb(65,204,198); }
td.TdClassName
{
border-color: #41CCC6;
}
.TagClassName
{
border-color: #41CCC6;
}
</style>