Shades of Medium Turquoise #41C2CC
Tints of Medium Turquoise #41C2CC
RGB
CMYK
RGB Variations
Color information
#41C2CC (or 0x41C2CC) is known color: Medium Turquoise. HEX triplet: 41, C2 and CC. RGB value is (65,194,204). Sum of RGB (Red+Green+Blue) = 65+194+204=463 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.04% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #41C2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C2CC is #BE3D33. Grayscale: #9C9C9C. Windows color (decimal): -12467508 or 13419073. OLE color: 13419073.
HSL color Cylindrical-coordinate representation of color #41C2CC: hue angle of 184.32º 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 #41C2CC is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 194 | 204 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.2 |
| HSL | 184.32º | 0.58% | 0.53% | - |
| HSV(B) | 184.32º | 0.68% | 0.8% | - |
| XYZ | 32.37 | 44.07 | 63.93 | - |
| YUV | 156.57 | 154.76 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 194 | 204 | 0.68 | 0.05 | 0 | 0.2 | 184.32 | 0.58 | 0.53 |
| Hex | 41 | C2 | CC | 44 | 5 | 0 | 14 | B8 | 3A | 35 |
| Octal | 101 | 302 | 314 | 104 | 5 | 0 | 24 | 270 | 72 | 65 |
| Binary | 1000001 | 11000010 | 11001100 | 1000100 | 101 | 0 | 10100 | 10111000 | 111010 | 110101 |
Color Harmonies of #41C2CC
Complementary color
Monochromatic Colors of #41C2CC
Black with #41C2CC
Text Example
Text Example
White with #41C2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C2CC; }
p { color: rgb(65,194,204); }
H1.HeaderClassName
{
color: #41C2CC;
}
.AnyTagClassName
{
color: #41C2CC;
}
</style>
background-color css
<style>
a { background-color: #41C2CC; }
a { background-color: rgb(65,194,204); }
div.DivClassName
{
background-color: #41C2CC;
}
.BgClassName
{
background-color: #41C2CC;
}
</style>
border-color css
<style>
span { border-color: #41C2CC; }
span { border-color: rgb(65,194,204); }
td.TdClassName
{
border-color: #41C2CC;
}
.TagClassName
{
border-color: #41C2CC;
}
</style>