Shades of Medium Turquoise #41CECC
Tints of Medium Turquoise #41CECC
RGB
CMYK
RGB Variations
Color information
#41CECC (or 0x41CECC) is known color: Medium Turquoise. HEX triplet: 41, CE and CC. RGB value is (65,206,204). Sum of RGB (Red+Green+Blue) = 65+206+204=475 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.68% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #41CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41CECC is #BE3133. Grayscale: #A3A3A3. Windows color (decimal): -12464436 or 13422145. OLE color: 13422145.
HSL color Cylindrical-coordinate representation of color #41CECC: hue angle of 179.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41CECC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 206 | 204 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.19 |
| HSL | 179.15º | 0.59% | 0.53% | - |
| HSV(B) | 179.15º | 0.68% | 0.81% | - |
| XYZ | 35.15 | 49.63 | 64.85 | - |
| YUV | 163.61 | 150.79 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 206 | 204 | 0.68 | 0 | 0.01 | 0.19 | 179.15 | 0.59 | 0.53 |
| Hex | 41 | CE | CC | 44 | 0 | 1 | 13 | B3 | 3B | 35 |
| Octal | 101 | 316 | 314 | 104 | 0 | 1 | 23 | 263 | 73 | 65 |
| Binary | 1000001 | 11001110 | 11001100 | 1000100 | 0 | 1 | 10011 | 10110011 | 111011 | 110101 |
Color Harmonies of #41CECC
Complementary color
Monochromatic Colors of #41CECC
Black with #41CECC
Text Example
Text Example
White with #41CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41CECC; }
p { color: rgb(65,206,204); }
H1.HeaderClassName
{
color: #41CECC;
}
.AnyTagClassName
{
color: #41CECC;
}
</style>
background-color css
<style>
a { background-color: #41CECC; }
a { background-color: rgb(65,206,204); }
div.DivClassName
{
background-color: #41CECC;
}
.BgClassName
{
background-color: #41CECC;
}
</style>
border-color css
<style>
span { border-color: #41CECC; }
span { border-color: rgb(65,206,204); }
td.TdClassName
{
border-color: #41CECC;
}
.TagClassName
{
border-color: #41CECC;
}
</style>