Shades of Medium Turquoise #41C9CC
Tints of Medium Turquoise #41C9CC
RGB
CMYK
RGB Variations
Color information
#41C9CC (or 0x41C9CC) is known color: Medium Turquoise. HEX triplet: 41, C9 and CC. RGB value is (65,201,204). Sum of RGB (Red+Green+Blue) = 65+201+204=470 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.83% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #41C9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C9CC is #BE3633. Grayscale: #A0A0A0. Windows color (decimal): -12465716 or 13420865. OLE color: 13420865.
HSL color Cylindrical-coordinate representation of color #41C9CC: hue angle of 181.29º 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 #41C9CC is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 201 | 204 | - |
| CMYK | 0.68 | 0.01 | 0 | 0.2 |
| HSL | 181.3º | 0.58% | 0.53% | - |
| HSV(B) | 181.3º | 0.68% | 0.8% | - |
| XYZ | 33.97 | 47.26 | 64.46 | - |
| YUV | 160.68 | 152.44 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 201 | 204 | 0.68 | 0.01 | 0 | 0.2 | 181.3 | 0.58 | 0.53 |
| Hex | 41 | C9 | CC | 44 | 1 | 0 | 14 | B5 | 3A | 35 |
| Octal | 101 | 311 | 314 | 104 | 1 | 0 | 24 | 265 | 72 | 65 |
| Binary | 1000001 | 11001001 | 11001100 | 1000100 | 1 | 0 | 10100 | 10110101 | 111010 | 110101 |
Color Harmonies of #41C9CC
Complementary color
Monochromatic Colors of #41C9CC
Black with #41C9CC
Text Example
Text Example
White with #41C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C9CC; }
p { color: rgb(65,201,204); }
H1.HeaderClassName
{
color: #41C9CC;
}
.AnyTagClassName
{
color: #41C9CC;
}
</style>
background-color css
<style>
a { background-color: #41C9CC; }
a { background-color: rgb(65,201,204); }
div.DivClassName
{
background-color: #41C9CC;
}
.BgClassName
{
background-color: #41C9CC;
}
</style>
border-color css
<style>
span { border-color: #41C9CC; }
span { border-color: rgb(65,201,204); }
td.TdClassName
{
border-color: #41C9CC;
}
.TagClassName
{
border-color: #41C9CC;
}
</style>