Shades of Medium Turquoise #41CCCC
Tints of Medium Turquoise #41CCCC
RGB
CMYK
RGB Variations
Color information
#41CCCC (or 0x41CCCC) is known color: Medium Turquoise. HEX triplet: 41, CC and CC. RGB value is (65,204,204). Sum of RGB (Red+Green+Blue) = 65+204+204=473 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.74% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #41CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CCCC is #BE3333. Grayscale: #A2A2A2. Windows color (decimal): -12464948 or 13421633. OLE color: 13421633.
HSL color Cylindrical-coordinate representation of color #41CCCC: hue angle of 180º 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 #41CCCC is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 204 | 204 | - |
| CMYK | 0.68 | 0 | 0 | 0.2 |
| HSL | 180º | 0.58% | 0.53% | - |
| HSV(B) | 180º | 0.68% | 0.8% | - |
| XYZ | 34.67 | 48.67 | 64.69 | - |
| YUV | 162.44 | 151.45 | 58.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 204 | 204 | 0.68 | 0 | 0 | 0.2 | 180 | 0.58 | 0.53 |
| Hex | 41 | CC | CC | 44 | 0 | 0 | 14 | B4 | 3A | 35 |
| Octal | 101 | 314 | 314 | 104 | 0 | 0 | 24 | 264 | 72 | 65 |
| Binary | 1000001 | 11001100 | 11001100 | 1000100 | 0 | 0 | 10100 | 10110100 | 111010 | 110101 |
Color Harmonies of #41CCCC
Complementary color
Monochromatic Colors of #41CCCC
Black with #41CCCC
Text Example
Text Example
White with #41CCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CCCC; }
p { color: rgb(65,204,204); }
H1.HeaderClassName
{
color: #41CCCC;
}
.AnyTagClassName
{
color: #41CCCC;
}
</style>
background-color css
<style>
a { background-color: #41CCCC; }
a { background-color: rgb(65,204,204); }
div.DivClassName
{
background-color: #41CCCC;
}
.BgClassName
{
background-color: #41CCCC;
}
</style>
border-color css
<style>
span { border-color: #41CCCC; }
span { border-color: rgb(65,204,204); }
td.TdClassName
{
border-color: #41CCCC;
}
.TagClassName
{
border-color: #41CCCC;
}
</style>