Shades of Medium Turquoise #41D0C5
Tints of Medium Turquoise #41D0C5
RGB
CMYK
RGB Variations
Color information
#41D0C5 (or 0x41D0C5) is known color: Medium Turquoise. HEX triplet: 41, D0 and C5. RGB value is (65,208,197). Sum of RGB (Red+Green+Blue) = 65+208+197=470 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.83% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0C5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0C5 is #BE2F3A. Grayscale: #A3A3A3. Windows color (decimal): -12463931 or 12963905. OLE color: 12963905.
HSL color Cylindrical-coordinate representation of color #41D0C5: hue angle of 175.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D0C5 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 197 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.18 |
| HSL | 175.38º | 0.6% | 0.54% | - |
| HSV(B) | 175.38º | 0.69% | 0.82% | - |
| XYZ | 34.81 | 50.27 | 60.69 | - |
| YUV | 163.99 | 146.62 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 197 | 0.69 | 0 | 0.05 | 0.18 | 175.38 | 0.6 | 0.54 |
| Hex | 41 | D0 | C5 | 45 | 0 | 5 | 12 | AF | 3C | 36 |
| Octal | 101 | 320 | 305 | 105 | 0 | 5 | 22 | 257 | 74 | 66 |
| Binary | 1000001 | 11010000 | 11000101 | 1000101 | 0 | 101 | 10010 | 10101111 | 111100 | 110110 |
Color Harmonies of #41D0C5
Complementary color
Monochromatic Colors of #41D0C5
Black with #41D0C5
Text Example
Text Example
White with #41D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0C5; }
p { color: rgb(65,208,197); }
H1.HeaderClassName
{
color: #41D0C5;
}
.AnyTagClassName
{
color: #41D0C5;
}
</style>
background-color css
<style>
a { background-color: #41D0C5; }
a { background-color: rgb(65,208,197); }
div.DivClassName
{
background-color: #41D0C5;
}
.BgClassName
{
background-color: #41D0C5;
}
</style>
border-color css
<style>
span { border-color: #41D0C5; }
span { border-color: rgb(65,208,197); }
td.TdClassName
{
border-color: #41D0C5;
}
.TagClassName
{
border-color: #41D0C5;
}
</style>