Shades of Medium Turquoise #41C7CF
Tints of Medium Turquoise #41C7CF
RGB
CMYK
RGB Variations
Color information
#41C7CF (or 0x41C7CF) is known color: Medium Turquoise. HEX triplet: 41, C7 and CF. RGB value is (65,199,207). Sum of RGB (Red+Green+Blue) = 65+199+207=471 (62% of max value = 765). Red value is 65 (25.78% from 255 or 13.80% from 471); Green value is 199 (78.12% from 255 or 42.25% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #41C7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41C7CF is #BE3830. Grayscale: #9F9F9F. Windows color (decimal): -12466225 or 13616961. OLE color: 13616961.
HSL color Cylindrical-coordinate representation of color #41C7CF: hue angle of 183.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41C7CF is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 199 | 207 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.19 |
| HSL | 183.38º | 0.6% | 0.53% | - |
| HSV(B) | 183.38º | 0.69% | 0.81% | - |
| XYZ | 33.87 | 46.48 | 66.22 | - |
| YUV | 159.85 | 154.61 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 199 | 207 | 0.69 | 0.04 | 0 | 0.19 | 183.38 | 0.6 | 0.53 |
| Hex | 41 | C7 | CF | 45 | 4 | 0 | 13 | B7 | 3C | 35 |
| Octal | 101 | 307 | 317 | 105 | 4 | 0 | 23 | 267 | 74 | 65 |
| Binary | 1000001 | 11000111 | 11001111 | 1000101 | 100 | 0 | 10011 | 10110111 | 111100 | 110101 |
Color Harmonies of #41C7CF
Complementary color
Monochromatic Colors of #41C7CF
Black with #41C7CF
Text Example
Text Example
White with #41C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41C7CF; }
p { color: rgb(65,199,207); }
H1.HeaderClassName
{
color: #41C7CF;
}
.AnyTagClassName
{
color: #41C7CF;
}
</style>
background-color css
<style>
a { background-color: #41C7CF; }
a { background-color: rgb(65,199,207); }
div.DivClassName
{
background-color: #41C7CF;
}
.BgClassName
{
background-color: #41C7CF;
}
</style>
border-color css
<style>
span { border-color: #41C7CF; }
span { border-color: rgb(65,199,207); }
td.TdClassName
{
border-color: #41C7CF;
}
.TagClassName
{
border-color: #41C7CF;
}
</style>