Shades of Medium Turquoise #41D0C7
Tints of Medium Turquoise #41D0C7
RGB
CMYK
RGB Variations
Color information
#41D0C7 (or 0x41D0C7) is known color: Medium Turquoise. HEX triplet: 41, D0 and C7. RGB value is (65,208,199). Sum of RGB (Red+Green+Blue) = 65+208+199=472 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.77% from 472); Green value is 208 (81.64% from 255 or 44.07% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41D0C7 is #BE2F38. Grayscale: #A4A4A4. Windows color (decimal): -12463929 or 13094977. OLE color: 13094977.
HSL color Cylindrical-coordinate representation of color #41D0C7: hue angle of 176.22º 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 #41D0C7 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 208 | 199 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.18 |
| HSL | 176.22º | 0.6% | 0.54% | - |
| HSV(B) | 176.22º | 0.69% | 0.82% | - |
| XYZ | 35.04 | 50.36 | 61.91 | - |
| YUV | 164.22 | 147.62 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 208 | 199 | 0.69 | 0 | 0.04 | 0.18 | 176.22 | 0.6 | 0.54 |
| Hex | 41 | D0 | C7 | 45 | 0 | 4 | 12 | B0 | 3C | 36 |
| Octal | 101 | 320 | 307 | 105 | 0 | 4 | 22 | 260 | 74 | 66 |
| Binary | 1000001 | 11010000 | 11000111 | 1000101 | 0 | 100 | 10010 | 10110000 | 111100 | 110110 |
Color Harmonies of #41D0C7
Complementary color
Monochromatic Colors of #41D0C7
Black with #41D0C7
Text Example
Text Example
White with #41D0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41D0C7; }
p { color: rgb(65,208,199); }
H1.HeaderClassName
{
color: #41D0C7;
}
.AnyTagClassName
{
color: #41D0C7;
}
</style>
background-color css
<style>
a { background-color: #41D0C7; }
a { background-color: rgb(65,208,199); }
div.DivClassName
{
background-color: #41D0C7;
}
.BgClassName
{
background-color: #41D0C7;
}
</style>
border-color css
<style>
span { border-color: #41D0C7; }
span { border-color: rgb(65,208,199); }
td.TdClassName
{
border-color: #41D0C7;
}
.TagClassName
{
border-color: #41D0C7;
}
</style>