Shades of Medium Turquoise #41C5CD
Tints of Medium Turquoise #41C5CD
RGB
CMYK
RGB Variations
Color information
#41C5CD (or 0x41C5CD) is known color: Medium Turquoise. HEX triplet: 41, C5 and CD. RGB value is (65,197,205). Sum of RGB (Red+Green+Blue) = 65+197+205=467 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.92% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 205 (80.47% from 255 or 43.90% from 467); Max value from RGB is 205 - color contains mainly: blue. Hex color #41C5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C5CD is #BE3A32. Grayscale: #9E9E9E. Windows color (decimal): -12466739 or 13485377. OLE color: 13485377.
HSL color Cylindrical-coordinate representation of color #41C5CD: hue angle of 183.43º 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 #41C5CD is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 197 | 205 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.20 |
| HSL | 183.43º | 0.58% | 0.53% | - |
| HSV(B) | 183.43º | 0.68% | 0.8% | - |
| XYZ | 33.17 | 45.46 | 64.79 | - |
| YUV | 158.44 | 154.27 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 197 | 205 | 0.68 | 0.04 | 0 | 0.20 | 183.43 | 0.58 | 0.53 |
| Hex | 41 | C5 | CD | 44 | 4 | 0 | 14 | B7 | 3A | 35 |
| Octal | 101 | 305 | 315 | 104 | 4 | 0 | 24 | 267 | 72 | 65 |
| Binary | 1000001 | 11000101 | 11001101 | 1000100 | 100 | 0 | 10100 | 10110111 | 111010 | 110101 |
Color Harmonies of #41C5CD
Complementary color
Monochromatic Colors of #41C5CD
Black with #41C5CD
Text Example
Text Example
White with #41C5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C5CD; }
p { color: rgb(65,197,205); }
H1.HeaderClassName
{
color: #41C5CD;
}
.AnyTagClassName
{
color: #41C5CD;
}
</style>
background-color css
<style>
a { background-color: #41C5CD; }
a { background-color: rgb(65,197,205); }
div.DivClassName
{
background-color: #41C5CD;
}
.BgClassName
{
background-color: #41C5CD;
}
</style>
border-color css
<style>
span { border-color: #41C5CD; }
span { border-color: rgb(65,197,205); }
td.TdClassName
{
border-color: #41C5CD;
}
.TagClassName
{
border-color: #41C5CD;
}
</style>